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
On second thought, I'm not sure this particular diagnostics should be excluded in __traits(compiles, ...) or not. But there might be other code constructs BODY that shouldn't be excluded __traits(compiles, BODY).
For instance
gives
. The developer might be interested in testing for such properties so analysis in __traits(compiles should be excluded.
The text was updated successfully, but these errors were encountered: