8 lines
96 B
Plaintext
Vendored
8 lines
96 B
Plaintext
Vendored
// "Replace with property access" "true"
|
|
|
|
class A {
|
|
var foo: Int = 0
|
|
|
|
fun bar() = foo
|
|
}
|