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