(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0246-4.cs
blobbbf199b7ea81c7ff8afa8a95451c1baca372ec76
1 // cs0246.cs: The type or namespace name 'ErrorType' could not be found (are you missing a using directive or an assembly reference?)
2 // Line: 4
4 public delegate ErrorType Delegate ();