mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
7 lines
246 B
Kotlin
7 lines
246 B
Kotlin
class C<T>
|
|
fun f(p: Nothing?, p1: C<Nothing?>): Nothing? = throw Exception()
|
|
|
|
// method: _DefaultPackage::f
|
|
// jvm signature: (Ljava/lang/Void;LC;)Ljava/lang/Void;
|
|
// generic signature: (Ljava/lang/Void;LC<Ljava/lang/Void;>;)Ljava/lang/Void;
|