fix 'new' usage
[mcs.git] / errors / cs1501-9.cs
blob2713cc6bbcb508702569928c3da8073d61756610
1 // cs1501-9.cs: No overload for method `System.CLSCompliantAttribute' takes `0' arguments
2 // Line: 6
4 using System;
6 [assembly:CLSCompliant()]