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