added tests for kotlin signature for Map.Entry

This commit is contained in:
Svetlana Isakova
2012-09-20 14:42:17 +04:00
parent b022eec0fa
commit 45dbf36b53
2 changed files with 12 additions and 0 deletions
@@ -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;>;