Moved compiledJava cases to generated test.
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/*protected static*/ open class Inner : java.lang.Object {
|
||||
protected/*protected and package*/ constructor Inner()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user