mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 00:21:35 +00:00
7 lines
240 B
Kotlin
Vendored
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
|