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

9 lines
89 B
Kotlin
Vendored

class Outer {
class Nested
}
fun Outer.<caret>
// INVOCATION_COUNT: 0
// NUMBER: 0