Remove Object from supertypes in LoadJava testData
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package test;
|
||||
|
||||
public open class NotNullField() : java.lang.Object() {
|
||||
public open class NotNullField() {
|
||||
public var hi: String = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user