64d511566e
Mark as exceptions cases with field initialize expression and body of class init for now
6 lines
75 B
Kotlin
Vendored
6 lines
75 B
Kotlin
Vendored
// TRUE
|
|
val test : Int
|
|
get() = <caret>12
|
|
|
|
// TODO
|
|
// SKIP_ANALYZE_CHECK |