KT-8560 Smart completion for lambda value and more in smart completion
#KT-8560 Fixed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
fun foo(list: List<String>): Collection<Int> {
|
||||
bar(list.map { it.<caret> })
|
||||
}
|
||||
|
||||
fun bar(p: Collection<Int>) {
|
||||
}
|
||||
|
||||
fun bar(p: Collection<String>, b: Boolean) {
|
||||
}
|
||||
|
||||
// EXIST: length
|
||||
// EXIST: substring
|
||||
// ABSENT: isEmpty
|
||||
Reference in New Issue
Block a user