2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0619-11.cs
blob4edc4b817e07dc3900817879cec2494c3155ac73
1 // cs0619-11.cs: `I' is obsolete: `Do not use it.'
2 // Line: 15
4 using System;
6 [Obsolete("Do not use it.", true)]
7 interface I
11 class A
15 class C: A, I