Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / 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) {}