blob: c38448b383c56c1acee22201d7424c638b5e0fc4 [file] [log] [blame]
class Test {
void foo() {
System.out.println(EEnum.FOO.getValue());
}
}