[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs1601.cs
blob2bd9188e07f2b4dc0cdc983799b54172c0a7476c
1 // CS1601: 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)