Remove code moved to shared partition
[mono-project.git] / mcs / errors / cs0257.cs
blob72a31432ab8946fdd96e56e94ae7b9ce3af51e4e
1 // CS0257: An __arglist parameter must be the last parameter in a formal parameter list
2 // Line: 5
3 class Test
5 void Foo (__arglist, bool b) {}