mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
5 lines
215 B
Kotlin
5 lines
215 B
Kotlin
fun getEntry(): 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;>; |