ac9ad30681
#KT-38520 Fixed
5 lines
78 B
Kotlin
Vendored
5 lines
78 B
Kotlin
Vendored
class Test {
|
|
var foo: Int = 1
|
|
<caret>set(value: Int) {
|
|
}
|
|
} |