Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullIntArray.kt
2014-07-25 21:19:38 +04:00

6 lines
109 B
Kotlin

package test
public open class NotNullIntArray() {
public open fun hi(): IntArray = throw Exception()
}