Fix test data for IR fake override tests

This commit is contained in:
Mikhail Glukhikh
2024-03-05 16:47:31 +01:00
committed by Space Team
parent 266669272d
commit 60f9206d3b
36 changed files with 101 additions and 1468 deletions
@@ -89,7 +89,7 @@ FILE fqName:<root> fileName:/1.kt
$this: GET_VAR 'val a: <root>.A declared in <root>.test' type=<root>.A origin=null
i: CONST Int type=kotlin.Int value=1
VAR name:k2 type:kotlin.Int? [val]
CALL 'public open fun get (i: @[FlexibleNullability] kotlin.Int?): @[FlexibleNullability] kotlin.Int? declared in <root>.A' type=@[FlexibleNullability] kotlin.Int? origin=GET_ARRAY_ELEMENT
CALL 'public open fun get (i: @[FlexibleNullability] kotlin.Int?): @[FlexibleNullability] kotlin.Int? declared in <root>.A' type=kotlin.Int? origin=GET_ARRAY_ELEMENT
$this: GET_VAR 'val a: <root>.A declared in <root>.test' type=<root>.A origin=null
i: CONST Int type=kotlin.Int value=1
VAR name:b type:<root>.B [val]