JVM Codegen: Mark line number before calling of indy in SAM Conversion

Fixes: KT-62965
This commit is contained in:
Xin Wang
2023-12-17 19:51:46 +08:00
committed by Space Team
parent 6deb679e5c
commit 2e32e13466
7 changed files with 46 additions and 12 deletions
@@ -0,0 +1,8 @@
// TARGET_BACKEND: JVM_IR
fun foo() {
Runnable {
}.run()
}
// 1 LINENUMBER 4 L0\n +INVOKEDYNAMIC run\(\)Ljava/lang/Runnable