Inline Property supported for properties with setter
#KT-2638 Fixed
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
var property = 10
|
||||
private set
|
||||
|
||||
fun f() {
|
||||
println(<caret>property)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user