(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0657-14.cs
blob10116376dffd48e2154007e26da111dbc24f54f0
1 // cs0657.cs : 'param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are 'event, field, method'
2 // Line : 8
4 using System;
6 struct S
8 [param: Obsolete]
9 event ResolveEventHandler field;