Drop package facades: update compiler tests.
This commit is contained in:
@@ -2,6 +2,6 @@ class C<T : C<T>>
|
||||
|
||||
fun bar(c: C<*>): C<*> = null!!
|
||||
|
||||
// method: _DefaultPackage::bar
|
||||
// method: StarProjectionOutsideClassKt::bar
|
||||
// jvm signature: (LC;)LC;
|
||||
// generic signature: (LC<*>;)LC<*>;
|
||||
Reference in New Issue
Block a user