64d511566e
Mark as exceptions cases with field initialize expression and body of class init for now
12 lines
116 B
Kotlin
Vendored
12 lines
116 B
Kotlin
Vendored
// TRUE
|
|
|
|
class A {
|
|
init {
|
|
fun f() {
|
|
<caret>
|
|
}
|
|
}
|
|
}
|
|
|
|
// TODO
|
|
// SKIP_ANALYZE_CHECK |