Files
kotlin-fork/idea/idea-completion/testData/basic/common/autoPopup/InGenericExtFunName.kt
T
2016-01-20 13:55:56 +03:00

9 lines
112 B
Kotlin
Vendored

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