87de6cff23
#KT-4995 Fixed
9 lines
139 B
Kotlin
9 lines
139 B
Kotlin
// SIBLING:
|
|
public class A {
|
|
class object {
|
|
private val t: Int = 1
|
|
}
|
|
fun f() {
|
|
<selection>t</selection>
|
|
}
|
|
} |