[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0555.cs
blob504918cf1de79b4fe3d761c979f7681a0194c0e9
1 // CS0555: 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) {}