[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / errors / cs0739.cs
blobf282645e5cd1d53ddcf263de142fb30054317e59
1 // CS0739: A duplicate type forward of type `int'
2 // Line: 8
4 using System;
5 using System.Runtime.CompilerServices;
7 [assembly: TypeForwardedTo(typeof (int))]
8 [assembly: TypeForwardedTo(typeof (int))]