64d511566e
Mark as exceptions cases with field initialize expression and body of class init for now
6 lines
84 B
Kotlin
Vendored
6 lines
84 B
Kotlin
Vendored
// TRUE
|
|
class Test {
|
|
val a : () -> Int = { <caret>pri }
|
|
}
|
|
|
|
// SKIP_ANALYZE_CHECK |