1 // CS0658: `blah' is invalid attribute target. All attributes in this attribute section will be ignored
3 // Compiler options: -warnaserror -warn:1
7 delegate int MyDelegate (int i
, int j
);
10 public static MyClass
operator/ (MyClass i
, MyClass j
)
15 public static implicit operator MyClass (Object o
)