FIR: initial support of suspend conversion on arguments
This commit is contained in:
committed by
Mikhail Glukhikh
parent
49679f3145
commit
6de8ba40c1
Vendored
+1
-1
@@ -14,6 +14,6 @@ fun test1() {
|
||||
|
||||
// candidate without suspend conversions is more specific
|
||||
fun test2(f: () -> Int, g: suspend () -> Int) {
|
||||
foo(f)
|
||||
<!AMBIGUITY!>foo<!>(f)
|
||||
foo(g)
|
||||
}
|
||||
Reference in New Issue
Block a user