a9eadcbaf4
#KT-12046 Fixed
7 lines
79 B
Kotlin
Vendored
7 lines
79 B
Kotlin
Vendored
class AAA {
|
|
var x = 42
|
|
set(x) {
|
|
field += x
|
|
}
|
|
}
|