Flexible types for primitive arrays

This commit is contained in:
Andrey Breslav
2014-08-21 18:38:51 +04:00
parent 8134d097e3
commit 583694a450
2 changed files with 6 additions and 2 deletions

View File

@@ -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!
}