Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
WhileAddBlock.kt.after
blob: f104e2f91a32cf7f019395a839eae1ce3d55cd82 [
file
] [
log
] [
blame
]
open
class
A
()
{
init
{
while
(
true
)
{
val i
=
1
}
}
}