Added 'change to backing field' fix
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// "Make variable mutable" "true"
|
||||
class A() {
|
||||
val a: Int = 0
|
||||
<caret>set(v: Int) {}
|
||||
}
|
||||
Reference in New Issue
Block a user