Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
indentationOnNewline
/
controlFlowConstructions
/
IfBeforeCondition.kt
blob: d962371f88d98dffe2b456fe1bc9de0bc471fcd7 [
file
] [
log
] [
blame
]
fun some
()
{
if
<caret>
(
3
>
5
)
{
}
}