Files
kotlin-fork/idea/testData/quickfix/migration/backingFieldSyntax/usage.kt
T
2015-09-25 18:25:36 +02:00

8 lines
104 B
Kotlin
Vendored

// "Replace with property access" "true"
class A {
var foo: Int = 0
fun bar() = $f<caret>oo
}