Files
kotlin/compiler/testData/writeSignature/ArrayOfInt.kt
2015-10-19 16:03:16 +03:00

6 lines
148 B
Kotlin
Vendored

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