blob: e10fc02e3351875d6cd448b71d2464e6c0265b04 [file] [log] [blame]
public enum Enum_16 {
ONE, TWO, THREE;
String foo(String str) {
return "";
}
}