Provide setter-method for LC for private property setter
^KT-41694 Fixed
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
b5b319803b
commit
127257aa27
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
var prop = "V"
|
||||
get() = "V"
|
||||
private set(value) {
|
||||
field = value
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user