Corrected test data

This commit is contained in:
Valentin Kipyatkov
2016-09-15 22:24:52 +03:00
parent 073845ebd4
commit 7f0063013c
23 changed files with 35 additions and 35 deletions
@@ -15,4 +15,4 @@ fun foo(n: Int): Int {
return bar()
}
private fun i(baz: (Int) -> Int, n: Int) = baz(n + 1)
private fun i(baz: (m: Int) -> Int, n: Int) = baz(n + 1)