Fixed test data

This commit is contained in:
Valentin Kipyatkov
2016-09-15 22:14:40 +03:00
parent 4a8b41c72c
commit 073845ebd4
@@ -4,5 +4,5 @@ public class TestingUse {
}
fun main() {
val funcInfunc = TestingUse().test6({ f: (Int) -> Int -> f(5) > 20}, { x -> x + 2})
val funcInfunc = TestingUse().test6({ f: (x: Int) -> Int -> f(5) > 20}, { x -> x + 2})
}