Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
WhileAddBlock.kt
blob: 1f92130869e5ee129f224cc50752f4c7279cda10 [
file
] [
log
] [
blame
]
open
class
A
()
{
init
{
while
(
true
)
<selection>
1
</
selection
>
}
}