Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
indentationOnNewline
/
controlFlowConstructions
/
DoWhile7.kt
blob: 8c8ca9f0f7f9443a61aef8811507272d2ea515e6 [
file
] [
log
] [
blame
]
fun some
()
{
do
println
()
while
(
true
)
println
()
while
(
true
)<
caret
>
}