Use index to get symbols from importing scopes
This commit is contained in:
committed by
Ilya Kirillov
parent
cefecdef25
commit
2eb439899e
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
fun test(a: Int, b: Int) {
|
||||
<caret>
|
||||
}
|
||||
|
||||
// EXIST: a
|
||||
// EXIST: b
|
||||
Reference in New Issue
Block a user