d597c98445
#KT-6238 Fixed
9 lines
110 B
Kotlin
Vendored
9 lines
110 B
Kotlin
Vendored
package p
|
|
|
|
// SIBLING:
|
|
object O {
|
|
val a = 1
|
|
fun test() {
|
|
<selection>this.a</selection>
|
|
}
|
|
} |