2005-06-27 Geoff Norton <gnorton@customerdna.com>
[mono-project.git] / mcs / errors / cs0619-3.cs
blob896190b77ee1ae09c85ef6a7aff5727058607f0f
1 // cs0619.cs: 'ObsoleteIface ' is obsolete: 'Do not use it'
2 // Line: 13
4 using System;
6 [Obsolete("Yeah, is obsolete", true)]
7 enum ObsoleteEnum
11 interface Ex
13 ObsoleteEnum Foo ();