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
Detect and report double definitions between toplevel files
Detect and report double definitions between members of different toplevel files.
This required a fix in method `precedesIn` for the case where neither owner is
part of the checked baseclass sequence. In that case the answer should be `false`
but we reported `true`.
0 commit comments