New test.
[mono.git] / mcs / errors / cs0246-3.cs
1 // cs0246-3.cs: The type or namespace name `ErrorType' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 5
3
4 interface A {
5         ErrorType Method();
6 }