Replace some FIR syntax errors with more proper diagnostics
This commit is contained in:
+1
-1
@@ -5,5 +5,5 @@ fun foo() {
|
||||
fun A.foo() {}
|
||||
(fun A.foo() {})
|
||||
|
||||
run(fun foo() {})
|
||||
run(<!EXPRESSION_REQUIRED!>fun foo() {}<!>)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user