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

6 lines
84 B
Kotlin
Vendored

// TRUE
class Test {
val a : () -> Int = { <caret>pri }
}
// SKIP_ANALYZE_CHECK