mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
7 lines
194 B
Kotlin
7 lines
194 B
Kotlin
fun string(): java.lang.String = throw Exception()
|
|
|
|
// method: namespace::string
|
|
// jvm signature: ()Ljava/lang/String;
|
|
// generic signature: null
|
|
// kotlin signature: ()Mjava/lang/String;
|