quote only work on lambda on net_4_0
[mcs.git] / errors / cs0657-21.cs
blob317e7be0bf563f5d62923bc7d0cc38b8087b6a92
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 ()