Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
psi
/
stringTemplates
/
StringTemplateWithTryWithoutBlockInShortEntry.kt
blob: 6a311ee7db6131190d5db9564f35a02140a48996 [
file
]
// COMPILATION_ERRORS
fun foo
()
{
println
(
"$try"
)
}