[FIR] KT-58065: Support LT in K2JsIrCompiler
This commit is contained in:
committed by
Space Team
parent
bbb36ce501
commit
d72a50b3f5
+3
@@ -0,0 +1,3 @@
|
||||
fun MutableList<String>.test() {
|
||||
this += "Alpha"
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
$TESTDATA_DIR$/firLightTree.kt
|
||||
-language-version
|
||||
2.0
|
||||
-Xuse-fir-lt=true
|
||||
-ir-output-dir
|
||||
$TEMP_DIR$
|
||||
-ir-output-name
|
||||
fir
|
||||
-libraries
|
||||
libraries/stdlib/js-ir/build/classes/kotlin/js/main
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
warning: language version 2.0 is experimental, there are no backwards compatibility guarantees for new language and library features
|
||||
OK
|
||||
Reference in New Issue
Block a user