cleol
[mcs.git] / errors / cs0555.cs
blob72c57ba9b5196c406fbed2bc52300b9ba8003138
1 // cs0555.cs: User-defined operator cannot take an object of the enclosing type and convert to an object of the enclosing type
2 // Line : 8
4 class Blah {
6 public static void Main () {}
8 public static implicit operator Blah (Blah i) {}