[LL API] Collect syntax errors in 'KtFirCompilerFacility'
^KTIJ-27167 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
1.toString()
|
||||
}}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
fun test() {
|
||||
<caret>val x = 0
|
||||
}
|
||||
analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/syntaxError.txt
Vendored
+1
@@ -0,0 +1 @@
|
||||
(30,31) SYNTAX Syntax error: Unexpected symbol.
|
||||
Reference in New Issue
Block a user