2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0735-2.cs
blob6d3a77a390b6bf8de6c7989a7b1a4ca3fa415d68
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[]))]