[Analysis API] fix exception on symbol restore when symbol cannot be seen from the use-site module

^KT-56763 fixed
This commit is contained in:
Ilya Kirillov
2023-02-17 15:11:47 +01:00
committed by Space Team
parent ee1b018c9a
commit 803c3b88ac
12 changed files with 373 additions and 0 deletions
@@ -0,0 +1,9 @@
// MODULE: main
fun f<caret>oo(){}
// MODULE: restoreInContextOf(main)
fun restoreInContextOf() {
<caret_restoreAt>
}