quote only work on lambda on net_4_0
[mcs.git] / errors / cs0215.cs
blob3c875505e94814e2fd4e515429de9fcdbfc5418e
1 // cs0215.cs : The return type of operator True or False must be bool
2 // Line : 11
4 class Blah {
6 public static void Main ()
11 public static int operator true (Blah i) {}