2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0246-2.cs
blobe5be9f6abdd8bb37644c42b83547cd52dd00b4f8
1 // cs0246-2.cs: The type or namespace name `ErrorType' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 5
4 interface A {
5 event ErrorType Test;