2009-07-20 Geoff Norton <gnorton@novell.com>
[mono-project.git] / mcs / errors / cs0839-2.cs
blob7ee97ea3d7e9c94392db896416032d8c9982cddb
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);