2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0571-6.cs
blob6486154e89f55bdd18a3e27b106b393c25c4f772
1 // CS0571: `IFoo.this[int].get': cannot explicitly call operator or accessor
2 // Line: 11
3 // Compiler options: -r:CS0571-6-lib.dll
5 using System;
7 public class Test
9 void TestMethod (IFoo i)
11 i.get_Jaj (1);