Fix recovery for 'for' expression
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun test(): Int {
|
||||
for () {
|
||||
|
||||
}
|
||||
|
||||
return 1
|
||||
}
|
||||
Reference in New Issue
Block a user