Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
ColonSpaces.after.kt
blob: 533dc82f59ac1f618f2456e97c3dc4f9ea403c31 [
file
] [
log
] [
blame
]
fun foo
()
{
val
(
i
:
Int
,
s
:
String
)
=
bar
()
val h
=
{
->
bar
()
}
for
(
i
:
Int
in
collection
)
{
}
}
// SET_FALSE: SPACE_BEFORE_TYPE_COLON
// SET_TRUE: SPACE_AFTER_TYPE_COLON