Remove Object from supertypes in LoadJava testData
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ package test
|
||||
|
||||
import java.io.Serializable
|
||||
|
||||
public open class AllBoundsInWhen : Object() {
|
||||
public open class AllBoundsInWhen {
|
||||
public open fun <T> foo() where T: Serializable {
|
||||
throw UnsupportedOperationException()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user