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