87de6cff23
#KT-4995 Fixed
9 lines
118 B
Kotlin
Vendored
9 lines
118 B
Kotlin
Vendored
// SIBLING:
|
|
class A {
|
|
var t = 1
|
|
private set
|
|
|
|
fun test() {
|
|
<selection>t = 5</selection>
|
|
}
|
|
} |