**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0619-12.cs
blob0f299bba68763d7b4ec0dd30738a7ecc7db15424
1 // cs0619.cs: 'I' is obsolete: ''
2 // Line: 13
4 using System;
6 [Obsolete("", true)]
7 interface I
11 class A
13 int this [I index] {
14 get {
15 return 15;