[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs1534-3.cs
blob6bcf6503ce9a21d3c8d11f57836fc8b2be45022b
1 // CS1534: Overloaded binary operator `+' takes two parameters
2 // Line: 6
4 class C
6 public static C operator +()
8 return null;