**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0246-2.cs
blob0e2559c50d3c4ec6b2311c40316044b4f23e6692
1 // cs0246.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;