Nikita Nazarov
407448d8e3
[JVM] Implement new inlined variable naming format
...
^KT-65478 fixed
2024-02-23 23:59:13 +01:00
Alexander Udalov
0c77fa1fa4
Tests: remove LVT tests on old JVM backend
2023-12-18 21:42:35 +00:00
Sergej Jaskiewicz
7b7c517dbb
[JS IR] Emit original names for local vars to sourcemaps
...
#KT-35655 Fixed
2022-11-09 12:35:44 +00:00
Ivan Kylchik
c7435ba760
Replace all occurrences of WITH_RUNTIME with WITH_STDLIB
...
We are going to deprecate `WITH_RUNTIME` directive. The main reason
behind this change is that `WITH_STDLIB` directive better describes
its meaning, specifically it will add kotlin stdlib to test's classpath.
2021-11-17 15:26:38 +03:00
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
Dmitry Petrov
1c1b9547c1
JVM_IR KT-48435 use Java-like counter loop when possible
2021-08-31 16:39:25 +03:00
Dmitry Petrov
caa13b33b1
JVM_IR minor: update testdata
2021-07-29 20:45:16 +03:00
Mads Ager
c0f5d09759
Copy locals in addition to instructions when inlining finally blocks
...
^KT-46448 Fixed
2021-07-23 09:11:48 +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