"introduce backing property" intention
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Foo {
|
||||
var <caret>x = ""
|
||||
get() = field + "!"
|
||||
set(value) { field = value + "!" }
|
||||
}
|
||||
Reference in New Issue
Block a user