tests changed after KT-2745
Write exact Kotlin type (if it's mapped) in signature while generating bytecode #KT-2745 fixed
This commit is contained in:
@@ -4,4 +4,4 @@ fun listOfStar(): List<*> = throw Exception()
|
||||
// method: namespace::listOfStar
|
||||
// jvm signature: ()Ljava/util/List;
|
||||
// generic signature: ()Ljava/util/List<+Ljava/lang/Object;>;
|
||||
// kotlin signature: ()Ljava/util/List<+?Ljava/lang/Object;>;
|
||||
// kotlin signature: ()Ljet/List<+?Ljava/lang/Object;>;
|
||||
|
||||
Reference in New Issue
Block a user