Moved compiledJava cases to generated test.
This commit is contained in:
+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