64d511566e
Mark as exceptions cases with field initialize expression and body of class init for now
10 lines
91 B
Kotlin
Vendored
10 lines
91 B
Kotlin
Vendored
// TRUE
|
|
|
|
class A {
|
|
init {
|
|
ca<caret>ll()
|
|
}
|
|
}
|
|
|
|
// TODO:
|
|
// SKIP_ANALYZE_CHECK |