Files
kotlin-fork/idea/testData/completion/basic/common/GenericExtensionFunReceiver2.kt
T
Valentin Kipyatkov afbd1aeffc KT-4027 No type name completion in an incomplete generic extension function declaration
KT-2940 No completion in the receiver type argument position

 #KT-4027 Fixed
 #KT-2940 Fixed
2014-09-25 17:10:24 +04:00

12 lines
127 B
Kotlin

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