JVM Codegen: Mark line number before calling of indy in SAM Conversion
Fixes: KT-62965
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
|
||||
fun foo() {
|
||||
Runnable {
|
||||
}.run()
|
||||
}
|
||||
|
||||
// 1 LINENUMBER 4 L0\n +INVOKEDYNAMIC run\(\)Ljava/lang/Runnable
|
||||
Reference in New Issue
Block a user