Skip to content

Regression of FS0049 (uppercase variable identifiers) #18992

@majocha

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)

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

New

Relationships

None yet

Development

No branches or pull requests

Issue actions