Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
WhenLinesBeforeLbrace.kt
blob: f5da9262b2f4f225af2e34ef55f5ee70f2e1ed03 [
file
] [
log
] [
blame
]
fun f
(
x
:
Any
):
Int
{
return
when
(
x
)
{
is
Int
->
1
else
->
0
}
}