[FIR] Rename firMultiplatformCompilationWithLightTreeWithoutErrors

to firMultiplatformCompilationWithPsiWithoutErrors

Use `-Xuse-fir-lt=false` since now lt is default
This commit is contained in:
Ivan Kochurkin
2023-01-17 21:59:10 +01:00
committed by Space Team
parent 04fc2bde96
commit 46b9e15101
2 changed files with 3 additions and 3 deletions
@@ -2,10 +2,11 @@ $TESTDATA_DIR$/firMultiplatformCompilationWithoutErrors/common.kt
$TESTDATA_DIR$/firMultiplatformCompilationWithoutErrors/jvm.kt
-Xcommon-sources
$TESTDATA_DIR$/firMultiplatformCompilationWithoutErrors/common.kt
-Xuse-k2
-language-version
2.0
-Xuse-fir-lt=false
-cp
.
-d
$TEMP_DIR$
-XXLanguage\:+MultiPlatformProjects
-Xuse-fir-lt
@@ -8,6 +8,5 @@ This mode is not recommended for production use,
as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk!
warning: compiler flag -Xuse-k2 is deprecated, please use "-language-version 2.0" instead
warning: language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features
OK