[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs1601-2.cs
blobd7094a946728d3453925764378ef0059570a1ca2
1 // CS1601: 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)