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

7 lines
240 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: NullableNothingKt::f
// jvm signature: (Ljava/lang/Void;LC;LC;LC;)Ljava/lang/Void;
// generic signature: null