quote only work on lambda on net_4_0
[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