blob: 3cdaa17b2fd1cde513bfd4fd1fb2a0ff4cb6d256 [file] [log] [blame]
interface Animal {
String saySomething(String something);
}