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

public delegate ErrorType Delegate ();