Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
refactoring
/
introduceVariable
/
NameSuggestionBug1.kt
blob: 042aa1855be25fe7adb9b675c8d3b4c17ce73f5d [
file
] [
log
] [
blame
]
class
For
val
For
.
parent
:
For
get
()
=
For
()
fun foo
(
f
:
For
)
{
<selection>
f
.
parent
</
selection
>
}