Nullable: Monitor (#23603)
authorStephen Toub <stoub@microsoft.com>
Mon, 1 Apr 2019 23:33:51 +0000 (19:33 -0400)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2019 23:33:51 +0000 (19:33 -0400)
src/System.Private.CoreLib/src/System/Threading/Monitor.cs

index 2837d90..2701b3b 100644 (file)
@@ -13,8 +13,7 @@
 **
 =============================================================================*/
 
-
-
+#nullable enable
 using System;
 using System.Runtime;
 using System.Threading;