7 lines
173 B
Kotlin
7 lines
173 B
Kotlin
fun nothingq(): Nothing? = null
|
|
|
|
// method: namespace::nothingq
|
|
// jvm signature: ()Ljava/lang/Object;
|
|
// generic signature: null
|
|
// kotlin signature: ()?Ljet/Nothing;
|