KT-4822 Wrong scope is used for local variable name completion
#KT-4822 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun foo() {
|
||||
val v = {
|
||||
<caret>
|
||||
val hello = 1
|
||||
hello
|
||||
}
|
||||
}
|
||||
// ABSENT: hello
|
||||
Reference in New Issue
Block a user