[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,10 @@
public final [ResolvedTo(STATUS)] fun function([ResolvedTo(STATUS)] i: R|kotlin/Int|): <implicit> { LAZY_BLOCK }
public final [ResolvedTo(STATUS)] val property: <implicit> = LAZY_EXPRESSION
public [ResolvedTo(STATUS)] [ContainingClassKey=TopLevelClass] get(): <implicit>
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|