2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / 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; } }