Update forgotten test-data

This commit is contained in:
Mikhail Zarechenskiy
2020-06-01 15:35:24 +03:00
parent fd07d5f301
commit f073e34926
5 changed files with 11 additions and 11 deletions
@@ -15,5 +15,5 @@ fun test4(): suspend () -> Unit = useSuspendFn {}
fun test5() = useSuspendFn {}
fun test5(sfn: suspend () -> Unit) = ambiguous(sfn)
fun test6(fn: () -> Unit) = <!COMPATIBILITY_WARNING!>ambiguous(fn)<!>
fun test6(fn: () -> Unit) = ambiguous(fn)
fun test7(): () -> Unit = <!OVERLOAD_RESOLUTION_AMBIGUITY!>ambiguous<!> {}