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