[AA LC] Fix computation of const initializers of fields

This commit is contained in:
Dmitriy Novozhilov
2022-08-12 14:21:15 +03:00
parent 573b292cbc
commit c5916e1d1f
24 changed files with 199 additions and 42 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
// IGNORE_FIR
// Ignored due to KT-53573
import kotlin.reflect.KProperty
class Foo(a: Int, val b:Foo, var c:Boolean, private val d: List, protected val e: Long = 2) {
@@ -108,4 +109,4 @@ class Foo {
fun getMeNonNullFoo() : Foo = Foo()
}
// COMPILATION_ERRORS
// COMPILATION_ERRORS