Moved loadJava "general" tests to subdirectory.
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
import java.util.*
|
||||
|
||||
public open class MethodWithGenerics : Object() {
|
||||
public open fun foo(p0 : String, p1 : List<Map.Entry<String?, String>?>) : String = ""
|
||||
}
|
||||
Reference in New Issue
Block a user