Files
kotlin-fork/idea/idea-completion/testData/basic/common/autoPopup/InGenericExtFunName.kt
T

10 lines
130 B
Kotlin
Vendored

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