Fix tests after adding lineNumber for functions without return expression

This commit is contained in:
Natalia Ukhorskaya
2014-11-07 16:45:04 +03:00
parent 323df9498a
commit 42257218b6
10 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ fun foo(x: Int) {
}
}
// 3 4 5 9 10 11 8
// 3 4 5 9 10 11 8 13