2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0642-5.cs
blobfa85b83bbed36e58cf0124642d0e28df0e2ed29c
1 // cs0642-5.cs: Possible mistaken empty statement
2 // Line: 9
3 // Compiler options: -warnaserror -warn:3
5 public class C
7 public void Test (System.IDisposable arg)
9 using (arg);
10 { }