2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0266-6.cs
blobcb87a667b5e93a3482eabb27fd6495eaf7f43e75
1 // cs0266.cs: Cannot implicitly convert type `long' to `uint'. An explicit conversion exists (are you missing a cast?)
2 // Line: 7
4 namespace MWFTestApplication {
5 class MainWindow {
6 public enum Testme : uint {
7 value = (1L << 1)