Intentions to generate accessors for a property #KT-17322 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
fe0f44da94
commit
5a5a27b983
@@ -0,0 +1,5 @@
|
||||
var x = 1
|
||||
<spot>get() = field
|
||||
set(value) {
|
||||
field = value
|
||||
}</spot>
|
||||
Reference in New Issue
Block a user