[interp] Fall back to old implementation when calling on proxy
[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)