2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0839-2.cs
blob54afa8bc9a213e202e06dd16d0d148f65cdb1040
1 // CS0839: An argument is missing
2 // Line: 12
4 class Test
6 static void Foo (int a, bool b)
10 static void Main ()
12 Foo (, 1);