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
@@ -86,7 +86,7 @@ fun test(a: A, b: B, c: C, d: D, e: E, f: F) {
d.foo(t = 1.1)
d.bar() /*~> Unit */
e.foo<@FlexibleNullability Int?>(a = 1)
e.bar<Int>() /*~> Unit */
e.bar<@FlexibleNullability Int?>() /*~> Unit */
f.foo<Double>(a = 2.2)
f.bar<Double>() /*~> Unit */
}