Don't exclude callable references with type parameters from completion
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class Wrapper<T>(val value: T)
|
||||
|
||||
fun test() {
|
||||
listOf<String>().map(::Wrap<caret>)
|
||||
}
|
||||
|
||||
// EXIST: { lookupString: "Wrapper", itemText: "Wrapper", tailText: "(value: T)", attributes: "" }
|
||||
// NOTHING_ELSE
|
||||
Reference in New Issue
Block a user