Flush
[mono.git] / mcs / tests / verify-6.cs
index a776fbc14a4940b93835e21a8c8b485feb412627..c5638962762b386ef3f7fc9ba88f123a71079cce 100644 (file)
@@ -20,5 +20,9 @@ class X
 
                Bar bar = (Bar) se;
                Foo blah = (Foo) obj1;
+
+               Enum Ea = Foo.A;
+
+               IConvertible iconv = Ea;
        }
 }