[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:
committed by
Space Team
parent
8528519d96
commit
9a4a3d1f49
+1
@@ -1,3 +1,4 @@
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
val nonConst = 1
|
||||
|
||||
const val constConst = <!CONST_VAL_WITH_NON_CONST_INITIALIZER!>nonConst * nonConst + 2<!>
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
val nonConst = 1
|
||||
|
||||
const val constConst = <!NON_CONST_VAL_USED_IN_CONSTANT_EXPRESSION!>nonConst * nonConst + 2<!>
|
||||
|
||||
compiler/testData/diagnostics/testsWithStdLib/annotations/annotationTargetResolvedAmbiguously.fir.kt
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
import kotlin.annotation.AnnotationTarget.FIELD
|
||||
|
||||
object Some {
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// IGNORE_REVERSED_RESOLVE
|
||||
import kotlin.annotation.AnnotationTarget.FIELD
|
||||
|
||||
object Some {
|
||||
|
||||
Reference in New Issue
Block a user