Reenable a bunch of disabled iOS Mono SDKs test suites (#19301)
[mono-project.git] / mcs / errors / cs0619-41.cs
blob68360976a759ead97acb09cd78d9bab88e399ce5
1 // CS0619: `Y' is obsolete: `ooo'
2 // Line: 6
4 using System;
6 class X : I<Y>
10 interface I<T>
15 [Obsolete("ooo", true)]
16 class Y