mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
5 lines
219 B
Kotlin
5 lines
219 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;>; |