Files
kotlin-fork/idea/testData/codeInsight/outOfBlock/InClassPropertyInitializer2.kt
T
2020-06-29 18:05:05 +03:00

9 lines
173 B
Kotlin
Vendored

// OUT_OF_CODE_BLOCK: TRUE
// TYPE: 'A'
// SKIP_ANALYZE_CHECK
class SomeClass(val paramA: Int) {
val someProperty: Int = param<caret>
}
// TODO: it has to be non OCB !