Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs0657-17.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2868adc1390a9ff650dd1d1479768c0c01540f34 (plain)
1
2
3
4
// cs0657.cs : 'method' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'assembly, module'
// Line : 4

[method: System.CLSCompliant (false)]