2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0657-19.cs
blob0fa81375dbeed4584ff91857c918dca3e8592e69
1 // cs0657-19.cs: `field' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `event, method'
2 // Line : 7
4 using System;
6 interface X {
7 [field:NonSerialized]
8 event EventHandler XEvent;