blob: 120cb9731c68aa922cb3ad80045f83b9ce326da1 [file] [log] [blame]
enum E {
x;
String hello() {
print("hello");
return "hello";
}
}