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)
With current main this gives warning FS0049:
This does not:
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)