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