Open
Description
Navigate to System.Char
.
Notice that the MaxValue
and MinValue
fields are listed as static val
s. 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.
Metadata
Metadata
Assignees
Type
Projects
Status
New