Remove code moved to shared partition
[mono-project.git] / mcs / errors / cs0735-2.cs
blob3a9c321fc28ab59b8366c5889ee01284f2306e4a
1 // CS0735: 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[]))]