Remove Object from supertypes in LoadJava testData
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@ package test
|
||||
|
||||
import java.util.*
|
||||
|
||||
public open class MethodWithGenerics : Object() {
|
||||
public open class MethodWithGenerics {
|
||||
public open fun foo(a : String, b : List<Map.Entry<String?, String>?>) : String = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user