2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0657-20.cs
blob64ba242d8f12354a1b6b3c8cd98b618aae6301c5
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 ()