[AA LC] Fix computation of const initializers of fields
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user