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 WrongMethodName : Object() {
|
||||
public open class WrongMethodName {
|
||||
public open fun foo() : String? = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user