2010-05-27 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / tests / test-272.cs
index e4c2d458b248ffb9a6d321ca60b2623a9c004389..ea06b69faa2a824f1a29eab72e1e9fd26e8b4944 100644 (file)
@@ -5,7 +5,7 @@ class BazAttribute : System.Attribute
        public BazAttribute () {}
        public BazAttribute (Foo foo1) {}
        public Foo foo2;
-       public Foo foo3 { set {} }
+       public Foo foo3 { set {} get { return Foo.Bar; } }
 };
 
 class Test