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

8 lines
96 B
Plaintext
Vendored

// "Replace with property access" "true"
class A {
var foo: Int = 0
fun bar() = foo
}