3 lines
115 B
Text
3 lines
115 B
Text
|
|
class Apple(Eatable){} class Nuts(Eatable){} class Foo{}
|
||
|
|
FoodBox(Apple,"boogers",Nuts,Foo).contents.apply2("eat");
|