RosettaCodeData/Task/Constrained-genericity/Java/constrained-genericity-1.java

5 lines
38 B
Java

interface Eatable
{
void eat();
}