**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0657-3.cs
blob63d06b31b8eec75890df64d9c233db483f4f2fcb
1 // cs0657.cs : 'return' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'assembly, module'
2 // Line : 7
4 using System;
6 [method: CLSCompliant (false)]
9 public class C