2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0266-7.cs
blobb0dc2142de4c0e2cdb82ee667507a8f81c1a321d
1 // cs0266: Cannot implicitly convert type `long' to `int'. An explicit conversion exists (are you missing a cast?)
2 // Line : 6
4 class X {
5 const uint a = 2;
6 const int b = -a;