backing field migration fixes

This commit is contained in:
Dmitry Jemerov
2015-09-23 17:29:42 +02:00
parent 3d65b6fec2
commit dadef12723
10 changed files with 130 additions and 1 deletions
@@ -0,0 +1,7 @@
// "Replace with property access" "true"
class A {
var foo: Int = 0
fun bar() = $f<caret>oo
}