[JVM_IR] Rebase fwBackingField stepping test.

The difference is that JVM_IR generates line numbers for the
constructor field initialization.

In this case:

```
29: class B {
30:   // comment
31:   val bPropVal: Int,
32:   // comment
33:   var bProbVar: Int
34: ) {
```

the line numbers for the field initializations are 31 and 33 where
in the current backend the whole constructor has line number 29.
This commit is contained in:
Mads Ager
2020-09-16 12:48:34 +02:00
committed by Alexander Udalov
parent cfc1ebb4be
commit e943d76266
2 changed files with 47 additions and 1 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
KotlinFieldBreakpoint created at fwBackingField.kt:5
KotlinFieldBreakpoint created at fwBackingField.kt:8
KotlinFieldBreakpoint created at fwBackingField.kt:18