mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
Replace "jet" package name with "kotlin" in testData
This commit is contained in:
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public open class NotNullIntArray : java.lang.Object {
|
||||
public constructor NotNullIntArray()
|
||||
public open fun hi(): jet.IntArray
|
||||
public open fun hi(): kotlin.IntArray
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user