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
@@ -9,4 +9,4 @@ fun foo(n: Int): Int {
return i(::bar, n)
}
private fun i(bar: (Int) -> Int, n: Int) = bar(n + 1)
private fun i(bar: (m: Int) -> Int, n: Int) = bar(n + 1)