Another portion of test data fixed

This commit is contained in:
Andrey Breslav
2014-08-21 14:29:26 +04:00
parent a3d9ff65aa
commit 8134d097e3
27 changed files with 81 additions and 80 deletions
@@ -2,5 +2,5 @@ package test
public open class NotNullObjectArray {
public constructor NotNullObjectArray()
public open fun hi(): kotlin.Array<kotlin.Any>
public open fun hi(): kotlin.Array<(out) kotlin.Any!>!
}