2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0735-2.cs
blobd61ce888eab261d3eaec64bee13608000af6e829
1 // gcs0735-2.cs: Invalid type specified as an argument for TypeForwardedTo attribute
2 // Line: 7
4 using System;
5 using System.Runtime.CompilerServices;
7 [assembly: TypeForwardedTo(typeof (int[]))]