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
Apply same non-object guard to hasProperty, hasInstanceProperty, hasStaticProperty, hasConstant
The same lazyMaxMin early-return issue from hasMethod() affects these
methods: MixedType returns Yes for all of them, which dominates a
non-object type's No via the early return in lazyMaxMin. This causes
incorrect Yes results for intersection types like int&T where T is
a template bounded by mixed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments