Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
removeBraces
/
whileOutsideBlock.kt.after
blob: 77e6064ba7e19e18f42658c4378e8f46f2e91800 [
file
] [
log
] [
blame
]
fun
<
T
>
doSomething
(
a
:
T
)
{}
fun foo
()
{
while
(
true
)
doSomething
(
"test"
)
}