Files
kotlin/compiler/testData/codegen/boxAgainstJava/visibility/protectedStatic/funNotDirectSuperClass.java
2014-06-26 20:57:40 +04:00

6 lines
112 B
Java
Vendored

public class funNotDirectSuperClass {
protected static String protectedFun() {
return "OK";
}
}