JVM IR: Fix line numbers in callable reference classes

This commit is contained in:
Steven Schäfer
2019-12-19 11:38:58 +01:00
committed by max-kammerer
parent 59f2aa7add
commit e261b1e2de
9 changed files with 143 additions and 8 deletions
@@ -12,5 +12,4 @@ fun foo(f: () -> Unit) {
f()
}
// IGNORE_BACKEND: JVM_IR
// 2 6 9 12 13 3 4 7 8