Remove unnecessary !s for [DoesNotReturn] (dotnet/coreclr#26512)
[mono-project.git] / mcs / errors / cs1674.cs
blobe586f62556fc87022ae7ca677e45f376b7ee75c5
1 // CS1674: `int': type used in a using statement must be implicitly convertible to `System.IDisposable'
2 // Line: 8
4 class C
6 void Method (int arg)
8 using (arg)