"introduce backing property" intention
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Foo {
|
||||
private val _x = ""
|
||||
val x: String
|
||||
get() = _x
|
||||
}
|
||||
Reference in New Issue
Block a user