summaryrefslogtreecommitdiff
path: root/mcs/errors/cs0246-2.cs
blob: 730e0bc044aee71f02d4d9acc53049530de9efb8 (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 {
        event ErrorType Test;
}