KT-4822 Wrong scope is used for local variable name completion
#KT-4822 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(p: () -> Unit): String = ""
|
||||
|
||||
val xxx: String = foo { <caret> }
|
||||
|
||||
// EXIST: xxx
|
||||
Reference in New Issue
Block a user