Write lineNumber for function literal with void return value

#KT-9865 Fixed
This commit is contained in:
Natalia Ukhorskaya
2015-11-24 12:21:29 +03:00
parent 4a2e4312ea
commit cb80a3e83a
12 changed files with 37 additions and 28 deletions
@@ -12,4 +12,4 @@ fun foo(f: () -> Unit) {
f()
}
// 2 6 9 12 13 3 7
// 2 6 9 12 13 3 4 7 8