[Tests] FIR support in JUnit 3 tests, port necessary subclasses

^KT-64404 Fixed
^KT-64438 Fixed
^KT-64407 Fixed
This commit is contained in:
Iaroslav Postovalov
2024-01-15 18:09:34 +01:00
committed by Space Team
parent e69d6d2d05
commit 9a2e4c6b41
66 changed files with 5681 additions and 273 deletions
@@ -136,7 +136,8 @@ abstract class AbstractCustomScriptCodegenTest : CodegenTestCase() {
}
abstract class AbstractIrCustomScriptCodegenTest : AbstractCustomScriptCodegenTest() {
override val backend: TargetBackend = TargetBackend.JVM_IR
override val backend: TargetBackend
get() = TargetBackend.JVM_IR
}
object TestScriptWithReceiversConfiguration : ScriptCompilationConfiguration(