Mads Ager
|
e9c9d5731e
|
[JVM] Port Stepping and LocalVariable tests to new test infra.
This is in preparation for enabling the tests for FIR which will
be easier to do when the tests are on the new infrastructure.
|
2021-10-15 20:03:54 +03:00 |
|
Mads Ager
|
ae03e2983d
|
[JVM_IR] Keep track of catch variable gaps.
This ensures that catch variables are not visible in duplicated
finally blocks generated at an exit within the catch variable
scope.
^KT-46449 Fixed
|
2021-06-15 15:18:59 +02:00 |
|
Mads Ager
|
0c77565104
|
JVM_IR: Add more local variable tests for finally code.
|
2021-05-03 07:43:38 +02:00 |
|
Mads Ager
|
6095d8a7fa
|
[JVM] Split the variable range for external finally blocks in inliner
When external finally blocks are inlined none of the current locals
are in scope of the finally block.
|
2021-05-03 07:43:37 +02:00 |
|