Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
indentationOnNewline
/
controlFlowConstructions
/
WhenWithoutCondition.kt
blob: 351e76eec7f287cd3fda3b39974947d9cdcb95fc [
file
] [
log
] [
blame
]
fun a
()
{
when
<caret>
{
}
}