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

9 lines
93 B
Kotlin
Vendored

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