[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0674.cs
blob84637ad281926ff292a83b1e41796478521bb96e
1 // CS0674: Do not use `System.ParamArrayAttribute'. Use the `params' keyword instead
2 // Line: 8
4 using System;
6 public class X
8 public void Error ([ParamArray] int args)