Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbuyaa-n <buyankhishig.namnan@microsoft.com>2019-04-13 03:00:35 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2019-04-22 19:43:19 +0300
commitf7c25c025cade283af3cc9673ceaac494c843c58 (patch)
tree894c91e661370100a58f7d9eddded944ced021d4 /netcore/System.Private.CoreLib/shared/System/Reflection/Emit/FlowControl.cs
parent8104af8221d3182757689695190264bec52a8b6c (diff)
Nullable: Enums, Structures from Reflection folder (dotnet/coreclr#23933)
* Nullable: Enums, Structures from Reflection Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Diffstat (limited to 'netcore/System.Private.CoreLib/shared/System/Reflection/Emit/FlowControl.cs')
-rw-r--r--netcore/System.Private.CoreLib/shared/System/Reflection/Emit/FlowControl.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/netcore/System.Private.CoreLib/shared/System/Reflection/Emit/FlowControl.cs b/netcore/System.Private.CoreLib/shared/System/Reflection/Emit/FlowControl.cs
index 12a97c70be2..0410cc915f4 100644
--- a/netcore/System.Private.CoreLib/shared/System/Reflection/Emit/FlowControl.cs
+++ b/netcore/System.Private.CoreLib/shared/System/Reflection/Emit/FlowControl.cs
@@ -12,8 +12,7 @@
** See $(RepoRoot)\src\inc\OpCodeGen.pl for more information.**
==============================================================*/
-using System;
-
+#nullable enable
namespace System.Reflection.Emit
{
public enum FlowControl