[LL API] Collect syntax errors in 'KtFirCompilerFacility'

^KTIJ-27167 Fixed
This commit is contained in:
Yan Zhulanow
2023-09-22 00:18:31 +09:00
committed by Space Team
parent 141333bdcd
commit 9ef58f2bdb
7 changed files with 53 additions and 8 deletions
@@ -0,0 +1,3 @@
fun foo() {
1.toString()
}}
@@ -0,0 +1,3 @@
fun test() {
<caret>val x = 0
}
@@ -0,0 +1 @@
(30,31) SYNTAX Syntax error: Unexpected symbol.