Fixed KT-6128 Code completion does not work inside function literal if it's dependant on declarations below
#KT-6128 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun foo(p: Iterable<D>) {
|
||||
p.filter { it.<caret> }
|
||||
}
|
||||
|
||||
trait D {
|
||||
fun bar()
|
||||
}
|
||||
|
||||
// EXIST: bar
|
||||
Reference in New Issue
Block a user