6 lines
55 B
Kotlin
6 lines
55 B
Kotlin
// FALSE
|
|
fun test() {
|
|
fun hello() {
|
|
<caret>
|
|
}
|
|
} |