2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0023-9.cs
bloba0df90fcbb16dd6b7f76cb9d5e413a9e12e54d6f
1 // cs0023: The `-' operator cannot be applied to operand of type `ulong'
2 // Line : 6
4 class X {
5 const ulong a = 2;
6 const int b = -a;