Skip to content

Regression of FS0049 (uppercase variable identifiers) #18992

Description

@majocha

With current main this gives warning FS0049:

match 42 with | UpperCase -> ()

This does not:

match 42 with UpperCase -> ()

The regression happened somewhere between April this year and now when the only test that tested for this got disabled by accident (My bad #18991)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions