Files
kotlin/idea/testData/codeInsight/outOfBlock/InitBlock.kt
Nikolay Krasko 64d511566e Test that out-of-block behaviour conforms running the analyze of the nearest expression
Mark as exceptions cases with field initialize expression and body of class init for now
2016-09-02 13:41:24 +03:00

10 lines
91 B
Kotlin
Vendored

// TRUE
class A {
init {
ca<caret>ll()
}
}
// TODO:
// SKIP_ANALYZE_CHECK