Files
kotlin-fork/idea/testData/refactoring/introduceVariable/NameSuggestionBug1.kt
T

8 lines
105 B
Kotlin
Vendored

class For
val For.parent: For
get() = For()
fun foo(f: For) {
<selection>f.parent</selection>
}