Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
idea
/
testData
/
formatter
/
WhileSpacing.after.kt
blob: b47223d015891ef6501f00b13d18a91fcdaf6170 [
file
] [
log
] [
blame
]
fun test
()
{
while
(
1
==
2
)
{
}
while
(
1
==
2
)
{
}
while
(
1
==
2
)
{
}
while
(
true
)
{
}
while
(
true
)
{
}
while
(
true
)
{
}
while
(
true
)
{
}
}