Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b1f59e5f0d739fd4c19f9e413cc9c324657eafed
/
.
/
compiler
/
testData
/
codegen
/
box
/
regressions
/
functionLiteralAsLastExpressionInBlock.kt
blob: 13ed03338d202a4db5e56e3f4a7cc4677b5fb093 [
file
]
fun box
():
String
{
val p
:
(
String
)
->
Boolean
=
if
(
true
)
{
{
true
}
}
else
{
{
true
}
}
return
"OK"
}