Remove Object from supertypes in LoadJava testData
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
public open class ProtectedPackageProperty : java.lang.Object {
|
||||
public open class ProtectedPackageProperty {
|
||||
public constructor ProtectedPackageProperty()
|
||||
protected/*protected and package*/ final var foo: kotlin.Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user