Navigate to System.Char.
Notice that the MaxValue and MinValue fields are listed as static vals. This is wrong. They cannot just be marked with [<DefaultValue>] either.

If we follow the error message you would get if you tried to write this into your own signature, it compiles:

But this is no longer correct, since the value in question is a public const field.
Navigate to
System.Char.Notice that the
MaxValueandMinValuefields are listed asstatic vals. This is wrong. They cannot just be marked with[<DefaultValue>]either.If we follow the error message you would get if you tried to write this into your own signature, it compiles:
But this is no longer correct, since the value in question is a
public constfield.