47abdcf565
Conflicts: compiler/jet.as.java.psi/src/org/jetbrains/jet/asJava/JavaElementFinder.java
7 lines
300 B
Kotlin
7 lines
300 B
Kotlin
fun getEntry(): jet.Map.Entry<Int, String>? = null
|
|
|
|
// method: _DefaultPackage::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;>;
|