1535873c07
It can consume the whole file in such case which will result PsiBuilder going crazy #KT-36191 fixed
4 lines
32 B
Kotlin
Vendored
4 lines
32 B
Kotlin
Vendored
fun foo() {
|
|
println("$try")
|
|
}
|