remove debug writelines
[mcs.git] / errors / cs0266-7.cs
blob6f13790996e51efce50fadde2b9ca4d41d68e683
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;