Constructor for protected_static nested class should be protected
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
|
||||
public class ConstructorInProtectedStaticNestedClass {
|
||||
protected static class Inner {
|
||||
|
||||
}
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
package test
|
||||
|
||||
public open class ConstructorInProtectedStaticNestedClass : java.lang.Object {
|
||||
public constructor ConstructorInProtectedStaticNestedClass()
|
||||
|
||||
protected_static open class Inner : java.lang.Object {
|
||||
protected constructor Inner()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user