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
Fix#557: use VB semantic model to detect char-typed default for String params
ExplicitDefaultValue is normalized to the parameter's declared type, so
checking `ExplicitDefaultValue is not char` was always true for String params.
Instead, retrieve the VB syntax default expression and check its actual type
via the semantic model.
https://claude.ai/code/session_01AkwUvu3XuCdj3D4axoX4UX
0 commit comments