ac9ad30681
#KT-38520 Fixed
6 lines
97 B
Plaintext
Vendored
6 lines
97 B
Plaintext
Vendored
class Test {
|
|
var foo: Int = 1
|
|
set(value: Int) {
|
|
field = value
|
|
}
|
|
} |