summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0735.cs
blob: 4f1475715cbca11d6caa1826cb5688f2e97c91f6 (plain)
1
2
3
4
5
6
7
// CS0735: Invalid type specified as an argument for TypeForwardedTo attribute
// Line: 7

using System;
using System.Runtime.CompilerServices;

[assembly: TypeForwardedTo((Type)null)]