Support single quotation marks in argfiles
#KT-26122 Fixed
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
-X"some escaped \" sequence \\"
|
||||
-X"double \' quote ' escaped \" sequence \\"
|
||||
-X'single \" quote " escaped \' sequence \\'
|
||||
$TESTDATA_DIR$/apiVersion.kt
|
||||
-d
|
||||
$TEMP_DIR$ -api-version 1.2 -language-version 1.3
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
warning: flag is not supported by this version of the compiler: -Xsome escaped " sequence /
|
||||
warning: flag is not supported by this version of the compiler: -Xdouble ' quote ' escaped " sequence /
|
||||
warning: flag is not supported by this version of the compiler: -Xsingle " quote " escaped ' sequence /
|
||||
compiler/testData/cli/jvm/apiVersion.kt:2:15: error: unresolved reference: sealedSubclasses
|
||||
""::class.sealedSubclasses
|
||||
^
|
||||
|
||||
Reference in New Issue
Block a user