2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0556.cs
blob36ff437d65b00129bb0b74b473e12eaf963c7001
1 // cs0556.cs : 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) {}