8 lines
74 B
Kotlin
Vendored
8 lines
74 B
Kotlin
Vendored
class A {
|
|
private val i: Int = 1
|
|
}
|
|
|
|
fun test(a: A) {
|
|
a.<caret>i
|
|
}
|