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

7 lines
64 B
Kotlin
Vendored

// OUT_OF_CODE_BLOCK: FALSE
fun test() {
val a = 1<caret>
}