2009-07-20 Geoff Norton <gnorton@novell.com>
[mono-project.git] / mcs / errors / cs1669.cs
blob9e02d8c80f58e5d09101a21cd89edc7af1337d96
1 // cs1669.cs: __arglist is not valid in this context
2 // Line: 6
4 public class E
6 int this [__arglist] { get { return 1; } }