1 // cs3022.cs: CLSCompliant attribute has no meaning when applied to parameters. Try putting it on the method instead
3 // Compiler options: -warn:1 -warnaserror
6 [assembly
: CLSCompliant (true)]
9 public void Test ([CLSCompliant(false)] uint u
) {