mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
7 lines
217 B
Kotlin
7 lines
217 B
Kotlin
fun sometimes(): Int? = null
|
|
|
|
// method: namespace::sometimes
|
|
// jvm signature: ()Ljava/lang/Integer;
|
|
// generic signature: null
|
|
// kotlin signature: ()?Ljava/lang/Integer; // TODO: need to skip kotlin signature
|