Remove Object from supertypes in LoadJava testData
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
public open class AnnotatedMethod() : java.lang.Object() {
|
||||
public open class AnnotatedMethod() {
|
||||
public open deprecated("Deprecated in Java") fun f(): Unit { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user