diff --git a/src/FSharp.Core/prim-types.fs b/src/FSharp.Core/prim-types.fs index 556fb1bcde5d..1a695d924499 100644 --- a/src/FSharp.Core/prim-types.fs +++ b/src/FSharp.Core/prim-types.fs @@ -110,7 +110,7 @@ namespace Microsoft.FSharp.Core inherit Attribute() member _.Value = value - [] + [] [] type DefaultValueAttribute(check:bool) = inherit Attribute()