[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs0556.cs
blob92511d17a1e7bc0d6140f50476175f054f5d5ab3
1 // CS0556: User-defined conversion must convert to or from the enclosing type
2 // Line: 8
4 class Blah {
6 public static void Main () {}
8 public static implicit operator int (int i) {}