cleol
[mcs.git] / errors / cs0579-3.cs
blob0a1ffe1b8763a0831d791c0504dbe4ca95a3ed57
1 // cs0579.cs: The attribute `System.ObsoleteAttribute' cannot be applied multiple times
2 // Line : 8
4 using System;
6 class MainClass {
7 [Obsolete]
8 [Obsolete]
9 static void Main()