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