Drop package facades: update compiler tests.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
class C<T>
|
||||
fun f(p: Nothing, p1: C<Nothing>, p2: C<C<Nothing>>, p3: C<C<Nothing>>?): Nothing = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: NothingKt::f
|
||||
// jvm signature: (Ljava/lang/Void;LC;LC;LC;)Ljava/lang/Void;
|
||||
// generic signature: null
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
class C<T>
|
||||
fun f(p: Nothing?, p1: C<Nothing?>, p2: C<C<Nothing?>>, p3: C<C<Nothing?>>?): Nothing? = throw Exception()
|
||||
|
||||
// method: _DefaultPackage::f
|
||||
// method: NullableNothingKt::f
|
||||
// jvm signature: (Ljava/lang/Void;LC;LC;LC;)Ljava/lang/Void;
|
||||
// generic signature: null
|
||||
|
||||
Reference in New Issue
Block a user