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

7 lines
227 B
Kotlin
Vendored

class C<T>
fun f(p: Nothing, p1: C<Nothing>, p2: C<C<Nothing>>, p3: C<C<Nothing>>?): Nothing = throw Exception()
// method: NothingKt::f
// jvm signature: (Ljava/lang/Void;LC;LC;LC;)Ljava/lang/Void;
// generic signature: null