You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exclude synthetic this.m, Any.m from import lookup (#22695)
Follow-up to #22633 which restricts
import prefixes to stable prefixes.
This commit further excludes `this` and `super`; these are arbitrary
synthetic expressions introduced by macros.
Noticed at
#22690 (comment)
which now warns correctly.
Requires a unit test.
Fixes#22690
0 commit comments