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