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,7 @@
|
||||
// checks that invalid characters (inserted e.g. by completion) inside single-line block do not cause wrong scopes for declarations below
|
||||
fun foo() {
|
||||
x { v.s$ }
|
||||
val v = ""
|
||||
}
|
||||
|
||||
fun bar() { }
|
||||
Reference in New Issue
Block a user