7 lines
54 B
Kotlin
Vendored
7 lines
54 B
Kotlin
Vendored
fun foo() {
|
|
fun <caret>bar() {
|
|
|
|
}
|
|
|
|
bar()
|
|
} |