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 CustomProjectionKind : Object() {
|
||||
public open class CustomProjectionKind {
|
||||
public open fun foo() : MutableList<out Number> = throw UnsupportedOperationException()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user