Fix test data for IR fake override tests
This commit is contained in:
committed by
Space Team
parent
266669272d
commit
60f9206d3b
Vendored
+1
-1
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user