Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
indentationOnNewline
/
controlFlowConstructions
/
WhileWithCondition.kt
blob: 5430e84a1137bc0f28d4131198169fc6e7893b14 [
file
] [
log
] [
blame
]
fun some
()
{
var
t
=
12
while
<caret>
(
true
)
{
}
}