diagnostic tests changes after collections mapping
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import java.util.List
|
||||
|
||||
fun listOfStar(): List<*> = throw Exception()
|
||||
|
||||
|
||||
// method: namespace::listOfStar
|
||||
// jvm signature: ()Ljava/util/List;
|
||||
// generic signature: ()Ljava/util/List<+Ljava/lang/Object;>;
|
||||
|
||||
Reference in New Issue
Block a user