[LL FIR] introduce lazy resolution tests for fake overrides

^KT-64243
This commit is contained in:
Dmitrii Gridin
2023-12-12 17:38:38 +01:00
committed by Space Team
parent 6ffa8e6e98
commit b6f0571f0b
118 changed files with 3744 additions and 0 deletions
@@ -0,0 +1,12 @@
public final [ResolvedTo(BODY_RESOLVE)] fun function([ResolvedTo(BODY_RESOLVE)] i: R|kotlin/Int|): R|kotlin/Int| {
^function R|<local>/i|
}
public final [ResolvedTo(BODY_RESOLVE)] val property: R|kotlin/Int| = this@R|lowlevel/TopLevelClass|.R|lowlevel/TopLevelClass.function|(Int(1))
public [ResolvedTo(BODY_RESOLVE)] [ContainingClassKey=TopLevelClass] get(): R|kotlin/Int|
public open operator [ResolvedTo(BODY_RESOLVE)] fun equals([ResolvedTo(BODY_RESOLVE)] other: R|kotlin/Any?|): R|kotlin/Boolean|
public open [ResolvedTo(BODY_RESOLVE)] fun hashCode(): R|kotlin/Int|
public open [ResolvedTo(BODY_RESOLVE)] fun toString(): R|kotlin/String|