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

4 lines
67 B
Kotlin
Vendored

// OUT_OF_CODE_BLOCK: TRUE
class Test {
val a = "aasdf<caret>"
}