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