Files
kotlin/idea/testData/codeInsight/outOfBlock/InFunInFunWithBody.kt

6 lines
55 B
Kotlin
Vendored

// FALSE
fun test() {
fun hello() {
<caret>
}
}