mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -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