Files
kotlin-fork/compiler/tests-common-new
Alexander Udalov 3dc3ed4ca5 Exclude jdk.internal.* in backend debug tests
Otherwise `debug/stepping/enum.kt` starts failing as soon as we advance
default language version to 1.9, because with the introduction of enum
entries, enum's `<clinit>` now invokes LambdaMetafactory which invokes
its own bundled version of ASM located in
`jdk.internal.org.objectweb.asm`, so we end up stepping over a lot of
internal ASM code.

`jdk.internal.*` is also excluded by default in the debugger settings in
IntelliJ, so users will not observe this issue in practice.
2023-01-10 16:39:05 +00:00
..