Replace "jet" package name with "kotlin" in testData
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public open class NotNullObjectArray : java.lang.Object {
|
||||
public constructor NotNullObjectArray()
|
||||
public open fun hi(): jet.Array<jet.Any>
|
||||
public open fun hi(): kotlin.Array<kotlin.Any>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user