Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
SpaceBeforeWhileParentheses.after.inv.kt
blob: cc98ab7f820910d03de392533eb6891acdf47a11 [
file
] [
log
] [
blame
]
fun some
()
{
while
(
true
)
{
}
do
{
}
while
(
true
)
}
// SET_FALSE: SPACE_BEFORE_WHILE_PARENTHESES