Added tests for argument mapping
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// !ONLY_ARGUMENTS
|
||||
// !CALL: foo
|
||||
// !ARG_1: ArgumentMatch(f : (Int) -> String, SUCCESS)
|
||||
|
||||
fun foo(f: (Int) -> String) {}
|
||||
|
||||
|
||||
fun test() {
|
||||
foo { x -> "$x"}
|
||||
}
|
||||
Reference in New Issue
Block a user