Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
indentationOnNewline
/
controlFlowConstructions
/
ElseWithBraceAndComment2.after.kt
blob: 8eaba835e495a30f71a2b8ab8b4fa6c6744c3ce2 [
file
] [
log
] [
blame
]
fun some
()
{
if
(
true
)
true
else
// smth
<caret>
{
}
}
// IGNORE_FORMATTER