2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1601-2.cs
blobb81d5e246c7bb1385a058bf712f04e89e80107e6
1 // cs1601-2.cs: Method or delegate parameter cannot be of type `ref System.ArgIterator'
2 // Line: 10
3 using System;
5 class X {
6 static void Main ()
10 static void M (ref ArgIterator a)