mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-14 00:21:27 +00:00
Flexible types for primitive arrays
This commit is contained in:
@@ -2,5 +2,5 @@ package test
|
||||
|
||||
public open class NotNullIntArray {
|
||||
public constructor NotNullIntArray()
|
||||
public open fun hi(): kotlin.IntArray
|
||||
public open fun hi(): kotlin.IntArray!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user