[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs0246-2.cs
blob730e0bc044aee71f02d4d9acc53049530de9efb8
1 // CS0246: The type or namespace name `ErrorType' could not be found. Are you missing an assembly reference?
2 // Line: 5
4 interface A {
5 event ErrorType Test;