backing field migration fixes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// "Replace with property access" "true"
|
||||
|
||||
class A {
|
||||
var foo: Int = 0
|
||||
|
||||
fun bar() = $f<caret>oo
|
||||
}
|
||||
Reference in New Issue
Block a user