Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
SpaceBeforeFunctionLiteral.kt
blob: e36d28799af58ebd5dce86974d56531236b37b5a [
file
] [
log
] [
blame
]
fun test
(
some
:
(
Int
)
->
Int
)
{
}
fun foo
()
{
test
()
{
it
}
}