2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1729-9.cs
blobe833d7994a3721ab596588728428712a1a3aa1fe
1 // CS1729: The type `System.CLSCompliantAttribute' does not contain a constructor that takes `0' arguments
2 // Line: 6
4 using System;
6 [assembly:CLSCompliant()]