Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
MultilineFunctionLiteralWithParams.kt
blob: b25c766d4435c62cfb8919dd785484b7d47da17a [
file
] [
log
] [
blame
]
fun test
(
some
:
(
Int
)
->
Int
)
{
}
fun foo
()
=
test
()
{
a
->
if
(
true
)
{
a
}
else
{
1
}}
// SET_TRUE: INSERT_WHITESPACES_IN_SIMPLE_ONE_LINE_METHOD