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 { }
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
public open class AnnotatedMethod : java.lang.Object {
|
||||
public open class AnnotatedMethod {
|
||||
public constructor AnnotatedMethod()
|
||||
kotlin.deprecated(value = "Deprecated in Java": kotlin.String) public open fun f(): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user