2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0562.cs
blobecba03e6e15215b45d8c56cada05d1a1e89a144c
1 // cs0562.cs: The parameter of a unary operator must be the containing type
2 // Line: 5
4 class SampleClass {
5 public static SampleClass operator - (int value) {
6 return new SampleClass();