2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0579-12.cs
blobebd5ad85c5a05a995c7c1752d9b6965c28e5363d
1 // CS0579: The attribute `System.ObsoleteAttribute' cannot be applied multiple times
2 // Line: 12
5 using System;
7 partial class C
9 [Obsolete ("A")]
10 partial void PartialMethod ();
11 [Obsolete ("A")]
12 partial void PartialMethod ()