[JS] set LV=1.9 for K1-specific IC tests
Otherwise they will actully run K2 after the LV=2.0 migration. ^KT-60829 fixed
This commit is contained in:
+1
@@ -44,6 +44,7 @@ abstract class AbstractIncrementalJsCompilerRunnerTest : AbstractIncrementalComp
|
|||||||
sourceMap = true
|
sourceMap = true
|
||||||
metaInfo = true
|
metaInfo = true
|
||||||
forceDeprecatedLegacyCompilerUsage = true
|
forceDeprecatedLegacyCompilerUsage = true
|
||||||
|
languageVersion = "1.9"
|
||||||
}
|
}
|
||||||
|
|
||||||
protected open val scopeExpansionMode = CompileScopeExpansionMode.NEVER
|
protected open val scopeExpansionMode = CompileScopeExpansionMode.NEVER
|
||||||
|
|||||||
Reference in New Issue
Block a user