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

13 lines
145 B
Kotlin
Vendored

// FIR_COMPARISON
class Foo{}
fun foo() {}
fun <T> <caret>
// INVOCATION_COUNT: 1
// EXIST: Foo
// EXIST: String
// EXIST: Set
// ABSENT: foo