8 lines
104 B
Kotlin
Vendored
8 lines
104 B
Kotlin
Vendored
// "Replace with property access" "true"
|
|
|
|
class A {
|
|
var foo: Int = 0
|
|
|
|
fun bar() = $f<caret>oo
|
|
}
|