Remove Object from supertypes in LoadJava testData
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
package test
|
||||
|
||||
public final class StarProjection: Object() {
|
||||
public final class StarProjection {
|
||||
public final fun foo(): MyClass<*> = throw UnsupportedOperationException()
|
||||
|
||||
public trait MyClass<T: CharSequence?>: Object
|
||||
public trait MyClass<T: CharSequence?>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user