Refactoring: AbstractResolvedCallsTest
Render resolved call to a separate file
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
// !ONLY_ARGUMENTS
|
||||
// !CALL: foo
|
||||
// !ARG_1: ArgumentMatch(f : (Int) -> String, SUCCESS)
|
||||
|
||||
fun <T> foo(f: (T) -> String) {}
|
||||
|
||||
|
||||
fun test() {
|
||||
foo { (x: Int) -> "$x"}
|
||||
}
|
||||
Reference in New Issue
Block a user