Moved loadJava "general" tests to subdirectory.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package test
|
||||
|
||||
public open class NotNullParameter : java.lang.Object {
|
||||
public constructor NotNullParameter()
|
||||
public open fun hi(/*0*/ p0 : jet.String) : Unit
|
||||
}
|
||||
Reference in New Issue
Block a user