Do not try to lazy parse a block without opening bracket
It can consume the whole file in such case which will result PsiBuilder going crazy #KT-36191 fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
println("$try")
|
||||
}
|
||||
Reference in New Issue
Block a user