Files
kotlin-fork/compiler/testData/psi/stringTemplates/StringTemplateWithTryWithoutBlockInLongEntry.kt
T
Ilya Kirillov 1535873c07 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
2020-04-16 15:40:21 +03:00

4 lines
34 B
Kotlin
Vendored

fun foo() {
println("${try}")
}