Reverted
[mono.git] / mcs / errors / gcs0735-2.cs
1 // gcs0735-2.cs: Invalid type specified as an argument for TypeForwardedTo attribute\r
2 // Line: 7\r
3 \r
4 using System;\r
5 using System.Runtime.CompilerServices;\r
6 \r
7 [assembly: TypeForwardedTo(typeof (int[]))]