Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
IfElseWithTrickyComments.after.kt
blob: ce1ec485465527117ab2a0510368fc9af3be9aaa [
file
] [
log
] [
blame
]
fun main
(
args
:
Array
<
String
>)
{
if
(
true
)
// tricky comment
{
}
if
(
true
)
//tricky comment
{
}
if
(
true
)
{
}
else
// 1
/*2*/
/*3*/
{
}
}
// SET_FALSE: LBRACE_ON_NEXT_LINE