CLI K2: report an error for JS/Native/Metadata #KT-52035 Fixed
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
$TESTDATA_DIR$/fir.kt
|
||||
-Xuse-fir
|
||||
-output
|
||||
$TEMP_DIR$
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
class Some
|
||||
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
error: k2 does not support JS target right now
|
||||
COMPILATION_ERROR
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
$TESTDATA_DIR$/fir.kt
|
||||
-Xuse-fir
|
||||
-d
|
||||
$TEMP_DIR$
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
expect class Some
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
error: k2 does not support compilation to metadata right now
|
||||
COMPILATION_ERROR
|
||||
Reference in New Issue
Block a user