6 lines
83 B
Kotlin
Vendored
6 lines
83 B
Kotlin
Vendored
fun String.function(a: Int) {}
|
|
|
|
fun call() {
|
|
"str"?.<expr>function(1)</expr>
|
|
}
|