Files
kotlin-fork/idea/jvm-debugger/jvm-debugger-test/testData
Mads Ager e943d76266 [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.
2020-09-16 17:51:22 +02:00
..
2020-07-29 00:01:12 +02:00
2020-08-05 19:47:55 +02:00
2019-11-19 12:29:53 +03:00
2020-07-29 00:01:12 +02:00
2019-10-08 19:13:56 +09:00
2019-10-08 19:13:56 +09:00
2020-08-05 19:47:55 +02:00