Map Nothing to java.lang.Void
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user