afbd1aeffc
KT-2940 No completion in the receiver type argument position #KT-4027 Fixed #KT-2940 Fixed
9 lines
101 B
Kotlin
9 lines
101 B
Kotlin
fun foo() {}
|
|
|
|
fun <T> S<caret>
|
|
|
|
// INVOCATION_COUNT: 1
|
|
// EXIST: String
|
|
// EXIST: Set
|
|
// ABSENT: foo
|