[LL FIR] introduce test with reversed resolve order

^KT-56543

Merge-request: KT-MR-9299
Merged-by: Dmitrii Gridin <dmitry.gridin@jetbrains.com>
This commit is contained in:
Dmitrii Gridin
2023-03-22 17:34:07 +00:00
committed by Space Team
parent 8528519d96
commit 9a4a3d1f49
413 changed files with 55387 additions and 45 deletions
@@ -1,3 +1,4 @@
// IGNORE_REVERSED_RESOLVE
val nonConst = 1
const val constConst = <!CONST_VAL_WITH_NON_CONST_INITIALIZER!>nonConst * nonConst + 2<!>
@@ -1,3 +1,4 @@
// IGNORE_REVERSED_RESOLVE
val nonConst = 1
const val constConst = <!NON_CONST_VAL_USED_IN_CONSTANT_EXPRESSION!>nonConst * nonConst + 2<!>
@@ -1,3 +1,4 @@
// IGNORE_REVERSED_RESOLVE
import kotlin.annotation.AnnotationTarget.FIELD
object Some {
@@ -1,3 +1,4 @@
// IGNORE_REVERSED_RESOLVE
import kotlin.annotation.AnnotationTarget.FIELD
object Some {