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