[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 -1
View File
@@ -1,3 +1,5 @@
// IGNORE_FIR
// Ignored due to KT-53573
class A {
@JvmField
val a: Collection<*> = emptyList()
@@ -25,4 +27,4 @@ class C(
@JvmField
var b: Int = 1
)
// COMPILATION_ERRORS
// COMPILATION_ERRORS