2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0626-6.cs
blob5de7d3089a6a8cfeb451c2799dfb17c357c469c2
1 // CS0626: `C.this[int]' is marked as an external but has no DllImport attribute. Consider adding a DllImport attribute to specify the external implementation
2 // Line: 7
3 // Compiler options: -warnaserror -warn:1
5 class C
7 public extern char this[int index]
9 get;