Fixed test data for ReadJavaBinaryClassTest, avoiding "package" visibility.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
open class NotNullMethod() : java.lang.Object() {
|
||||
open fun hi(): String = ""
|
||||
public open class NotNullMethod() : java.lang.Object() {
|
||||
public open fun hi(): String = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user