Incorrect warning for active pattern signature with generic parameters #14736
Labels
Area-Diagnostics
mistakes and possible improvements to diagnostics
Bug
Impact-Low
(Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone
The following signature leads to unnecessary warning (I think).
Repro steps
Expected behavior
The code should parse without warnings. (Again, I think)
Actual behavior
Warning:
[FS1189] Remove spaces between the type name and type parameter, e.g. "type C<'T>", not type "C <'T>". Type parameters must be placed directly adjacent to the type name.
The text was updated successfully, but these errors were encountered: