[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs1501-3.cs
blob939bb743d6e0208619d8262af8e9e089dc9d2020
1 // CS1501: No overload for method `LogFileLine' takes `1' arguments
2 // Line: 12
4 class C
6 static void LogFileLine (string file, string msg, params object [] args)
10 public static void Main ()
12 LogFileLine ("aaa");