[JVM_IR] Fix line numbers for function reference invoke methods.
This commit is contained in:
committed by
Alexander Udalov
parent
16b2379cd7
commit
9f3ce099ee
+1
-1
@@ -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
|
var unboundIndex = 0
|
||||||
irExprBody(irCall(callee).apply {
|
irExprBody(irCall(callee).apply {
|
||||||
for ((typeParameter, typeArgument) in typeArgumentsMap) {
|
for ((typeParameter, typeArgument) in typeArgumentsMap) {
|
||||||
|
|||||||
-1
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JVM_IR
|
|
||||||
LineBreakpoint created at functionReference.kt:11
|
LineBreakpoint created at functionReference.kt:11
|
||||||
Run Java
|
Run Java
|
||||||
Connected to the target VM
|
Connected to the target VM
|
||||||
|
|||||||
Reference in New Issue
Block a user