[JVM_IR] Fix line numbers for function reference invoke methods.

This commit is contained in:
Mads Ager
2020-09-16 12:35:41 +02:00
committed by Alexander Udalov
parent 16b2379cd7
commit 9f3ce099ee
2 changed files with 1 additions and 2 deletions
@@ -396,7 +396,7 @@ internal class FunctionReferenceLowering(private val context: JvmBackendContext)
}
}
body = context.createJvmIrBuilder(symbol).run {
body = context.createJvmIrBuilder(symbol, startOffset, endOffset).run {
var unboundIndex = 0
irExprBody(irCall(callee).apply {
for ((typeParameter, typeArgument) in typeArgumentsMap) {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
LineBreakpoint created at functionReference.kt:11
Run Java
Connected to the target VM