[wasm] Fix WASM CI script. (#6741)
[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) {}