added tests for kotlin signature for Map.Entry
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
fun getEntry(): jet.Map.Entry<Int, String>? = null
|
||||||
|
|
||||||
|
// method: namespace::getEntry
|
||||||
|
// jvm signature: ()Ljava/util/Map$Entry;
|
||||||
|
// generic signature: ()Ljava/util/Map$Entry<Ljava/lang/Integer;Ljava/lang/String;>;
|
||||||
|
// kotlin signature: ()?Ljet/Map.Entry<Ljava/lang/Integer;Ljava/lang/String;>;
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
fun getEntry(): jet.MutableMap.MutableEntry<Int, String>? = null
|
||||||
|
|
||||||
|
// method: namespace::getEntry
|
||||||
|
// jvm signature: ()Ljava/util/Map$Entry;
|
||||||
|
// generic signature: ()Ljava/util/Map$Entry<Ljava/lang/Integer;Ljava/lang/String;>;
|
||||||
|
// kotlin signature: ()?Ljet/MutableMap.MutableEntry<Ljava/lang/Integer;Ljava/lang/String;>;
|
||||||
Reference in New Issue
Block a user