overflow bug has been fixed in net_4_0
[mcs.git] / errors / cs0839.cs
blobbdba4f71acd70ec44dcc88f956d577bd0063735a
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, );