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:
Ilya Kirillov
2020-04-15 20:00:32 +03:00
parent 4f9364f997
commit 1535873c07
6 changed files with 96 additions and 5 deletions
@@ -0,0 +1,3 @@
fun foo() {
println("$try")
}