Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1e9b36bdfbe51579937a3499f225d0b232d8cd2b
/
.
/
compiler
/
testData
/
psi
/
stringTemplates
/
StringTemplateWithTryWithoutBlockInLongEntry.kt
blob: b37dc72741abe4b16f764b46cc9f5779f0b27e8a [
file
]
fun foo
()
{
println
(
"${try}"
)
}