2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0246-3.cs
blobf9279c5e1a6ad2e72c359017e2825307bc891812
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
4 interface A {
5 ErrorType Method();