Files
kotlin/compiler/testData/writeSignature/ArrayOfInt.kt
2013-08-26 15:59:34 +04:00

6 lines
151 B
Kotlin

fun never(): Array<Int> = throw Exception()
// method: _DefaultPackage::never
// jvm signature: ()[Ljava/lang/Integer;
// generic signature: null