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