2010-05-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0657-21.cs
blobd09aceb34b4e1992de44e4c41fbd458e243403d3
1 // cs0657-21.cs: `return' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method'
2 // Line : 9
4 using System;
6 public class C
8 [return: CLSCompliant (false)]
9 public C ()