Files
kotlin/idea/testData/codeInsight/outOfBlock/FunInInitBlock.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

12 lines
116 B
Kotlin
Vendored

// TRUE
class A {
init {
fun f() {
<caret>
}
}
}
// TODO
// SKIP_ANALYZE_CHECK