Test several line numbers are generated for one instruction

(cherry picked from commit 1ea9280)
This commit is contained in:
Nikolay Krasko
2016-10-03 20:23:10 +03:00
committed by Nikolay Krasko
parent 25051746d1
commit 3d9d6e666d
13 changed files with 38 additions and 38 deletions
@@ -13,4 +13,4 @@ inline fun foo(f: () -> Unit) {
f()
}
// 2 18 19 3 4 20 6 21 22 7 8 23 9 12 13 14
// 2 17 18 +3 4 19 +6 20 21 +7 8 22 +9 12 13 14