Files
kotlin-fork/idea/testData/codeInsight/outOfBlock/InFunInFunWithBody.kt
T

6 lines
55 B
Kotlin

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