summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0246-3.cs
blob: 82e7492789592d96965c90175bd2533ef8005cf2 (plain)
1
2
3
4
5
6
// CS0246: The type or namespace name `ErrorType' could not be found. Are you missing an assembly reference?
// Line: 5

interface A {
        ErrorType Method();
}