Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
formatter
/
IfElseWithTrickyComments.kt
blob: a3a0d458b0a2a61ef396e7e06a6948a8350e39aa [
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