2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0019-18.cs
blobf531070ac7740863b55a21931bd5aae15d8ff8ea
1 // CS0019: Operator `>' cannot be applied to operands of type `bool' and `bool'
2 // Line: 6
4 class S
6 const bool res = true > false;