File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -393,13 +393,15 @@ namespace Microsoft.FSharp.Core
393
393
394
394
namespace Microsoft.FSharp.Core.CompilerServices
395
395
396
+ open System.ComponentModel
396
397
open Microsoft.FSharp .Core
397
398
398
399
/// <summary>
399
400
/// A marker type that only compilers that support the <c>when 'T : Enum</c>
400
401
/// library-only static optimization constraint will recognize.
401
402
/// </summary>
402
403
[<Sealed; AbstractClass>]
404
+ [<EditorBrowsable( EditorBrowsableState.Never) >]
403
405
[<CompilerMessage( " This type is for compiler use and should not be used directly" , 1204 , IsHidden = true ) >]
404
406
type SupportsWhenTEnum = class end
405
407
Original file line number Diff line number Diff line change @@ -996,13 +996,15 @@ namespace Microsoft.FSharp.Core
996
996
997
997
namespace Microsoft.FSharp.Core.CompilerServices
998
998
999
+ open System.ComponentModel
999
1000
open Microsoft.FSharp .Core
1000
1001
1001
1002
/// <summary>
1002
1003
/// A marker type that only compilers that support the <c>when 'T : Enum</c>
1003
1004
/// library-only static optimization constraint will recognize.
1004
1005
/// </summary>
1005
1006
[<Sealed; AbstractClass>]
1007
+ [<EditorBrowsable( EditorBrowsableState.Never) >]
1006
1008
[<CompilerMessage( " This type is for compiler use and should not be used directly" , 1204 , IsHidden = true ) >]
1007
1009
type SupportsWhenTEnum = class end
1008
1010
You can’t perform that action at this time.
0 commit comments