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
- Added ".toString().toLower()" to force lowercase of "class", "interface" and "structure"
- Adjusted tests to take new capitalization into account
Closes: #675
- Added ".toString().toLower()" to force lowercase of "class", "interface" and "structure"
- Adjusted tests to take new capitalization into account
Closes: #675
Co-authored-by: Timothy J Cowen <[email protected]>
Related to #650
We emit diagnostics like:
Class
comes from aTypeKind
enum value... we should lower case that because it looks weird.The text was updated successfully, but these errors were encountered: