Files
kotlin-fork/idea/idea-completion/testData/basic/common/autoPopup/NoSecondPressCompletionInAutoPopup.kt
T
2015-08-14 18:10:40 +03:00

11 lines
105 B
Kotlin
Vendored

object O {
private val zzzz = 0
}
fun foo() {
O.z<caret>
}
// INVOCATION_COUNT: 0
// NUMBER: 0