[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
annotation class Ann1(vararg val a: String)
annotation class Ann2(val a: IntArray)
annotation class Ann3(val a: Array<String>)
@@ -1,3 +1,4 @@
// IGNORE_REVERSED_RESOLVE
import kotlin.reflect.KClass
@Repeatable
@@ -1,3 +1,4 @@
// IGNORE_REVERSED_RESOLVE
annotation class A() {
<!ANNOTATION_CLASS_MEMBER!><!PRIMARY_CONSTRUCTOR_DELEGATION_CALL_EXPECTED!>constructor(s: Nothing?)<!> {}<!>
<!ANNOTATION_CLASS_MEMBER!>init {}<!>
@@ -1,3 +1,4 @@
// IGNORE_REVERSED_RESOLVE
annotation class Ann(val a: Array<String>)
val foo = ""
@@ -1,3 +1,4 @@
// IGNORE_REVERSED_RESOLVE
open class A {
open var test: Number = 10
}
@@ -1,3 +1,4 @@
// IGNORE_REVERSED_RESOLVE
open <!REPEATED_MODIFIER!>open<!> class A
internal <!REPEATED_MODIFIER!>internal<!> object B