Files
kotlin-fork/idea/testData/codeInsight/outOfBlock/InPropertyWithoutInference.kt
T
Vladimir Dolzhenko f709377735 Support incremental analysis of comment and kdoc
#KT-35189 Fixed
2019-11-29 15:44:58 +01:00

4 lines
76 B
Kotlin
Vendored

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