07ffac72cf
#KT-28694 Fixed
6 lines
74 B
Kotlin
Vendored
6 lines
74 B
Kotlin
Vendored
class Test {
|
|
var foo: Int = 1
|
|
<caret>set(value) {
|
|
|
|
}
|
|
} |