Files
kotlin-fork/compiler/testData/loadJavaCustom/protectedStaticVisibility/constructor/ConstructorInProtectedStaticNestedClass.java
T

8 lines
114 B
Java

package test;
public class ConstructorInProtectedStaticNestedClass {
protected static class Inner {
}
}