Properly initialize a rgctx template. Fixes bxc #1147.
[mono-project.git] / mcs / errors / cs1674.cs
blob8499d9c0b8f9827b16cb81a5fb284f85efc42b8c
1 // cs1674.cs: `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)