Drop package facades: update compiler tests.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
fun listOfStar(): List<*> = throw Exception()
|
||||
|
||||
|
||||
// method: _DefaultPackage::listOfStar
|
||||
// method: ListOfStarKt::listOfStar
|
||||
// jvm signature: ()Ljava/util/List;
|
||||
// generic signature: ()Ljava/util/List<*>;
|
||||
Reference in New Issue
Block a user