7 lines
64 B
Kotlin
7 lines
64 B
Kotlin
fun foo() {
|
|
fun String.<caret>bar() {
|
|
|
|
}
|
|
|
|
"".bar()
|
|
} |