**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0102-9.cs
blob1eecce4f48f8a7ad9c0d9cc62dc831f651db33bc
1 // cs0102.cs: The class 'SampleClass' already contains a definition for 'EE'
2 // Line: 6
4 public class SampleClass {
5 public delegate void EE ();
6 public event EE EE;