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