Files
kotlin-fork/idea/testData/codeInsight/outOfBlock/LocalFunWithBody.kt
T
2019-10-30 21:41:29 +01:00

6 lines
74 B
Kotlin
Vendored

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