Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
NameSuggestionBug2.kt
blob: 8970d4c0dab74516d25d3b0dc38e0170460716c9 [
file
] [
log
] [
blame
]
class
For
{
var
xxx
:
For
?
=
null
}
fun foo
(
f
:
For
)
{
<selection>
f
.
xxx
</
selection
>
if
(
true
)
{
val xxx
=
1
}
}