Moved compiledJava cases to generated test.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
public open class ProtectedPackageFun : java.lang.Object {
|
||||
public constructor ProtectedPackageFun()
|
||||
protected/*protected and package*/ open fun foo() : Unit
|
||||
}
|
||||
Reference in New Issue
Block a user