2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0571-6.cs
blob6c7045eef51287dbc0b0b15e1e552bf891db8848
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);