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