Remove unnecessary !s for [DoesNotReturn] (dotnet/coreclr#26512)
[mono-project.git] / mcs / errors / cs0103-18.cs
blob8cec755d23d3aab11a69563fea296325da0ac4cf
1 // CS0103: The name `_' does not exist in the current context
2 // Line: 8
4 class C
6 void Test ()
8 _.ToString ();