[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:
committed by
Space Team
parent
ee1b018c9a
commit
803c3b88ac
+9
@@ -0,0 +1,9 @@
|
||||
// MODULE: main
|
||||
|
||||
fun f<caret>oo(){}
|
||||
|
||||
// MODULE: restoreInContextOf(main)
|
||||
|
||||
fun restoreInContextOf() {
|
||||
<caret_restoreAt>
|
||||
}
|
||||
Reference in New Issue
Block a user