JVM_IR: do not generate line number info for temporary loads.
Loads from compiler-introduces temporary variables to do not correspond to loads in user code.
This commit is contained in:
@@ -6,5 +6,3 @@ fun foo() {
|
||||
}
|
||||
}
|
||||
// 1 LINENUMBER 3
|
||||
// Adding ignore flags below the test since the test relies on line numbers.
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
Reference in New Issue
Block a user