Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
WhileCondition.kt.after
blob: 63921251bee84169fd18728d2e01234ba0877f09 [
file
] [
log
] [
blame
]
fun a
()
{
val b
=
true
while
(
b
)
{}
}