Smart completion works for cases when no exact type known (generic parameter substitution is not known)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(list: List<String>, intList: MutableList<Int>, stringList: MutableList<String>): Collection<Int> {
|
||||
list.mapTo(<caret>)
|
||||
}
|
||||
|
||||
// EXIST: intList
|
||||
// EXIST: stringList
|
||||
// EXIST: arrayListOf
|
||||
Reference in New Issue
Block a user