Remove unnecessary !s for [DoesNotReturn] (dotnet/coreclr#26512)
[mono-project.git] / mcs / errors / cs8183.cs
blobf9e9004b73775f769ba892c8593e9786ee2ecfba
1 // CS8183: Cannot infer the type of implicitly-typed discard
2 // Line: 9
3 // Compiler options: -langversion:7.2
5 class X
7 public static void Main ()
9 _ = default;