fix run-test
[mcs.git] / errors / gcs0309-5.cs
blob96100ee2d927479d83c6df71afec3cff474349ec
1 // CS0309: The type `int' must be convertible to `System.EventArgs' in order to use it as parameter `TEventArgs' in the generic type or method `System.EventHandler<TEventArgs>'
2 // Line: 5
4 class X {
5 System.EventHandler <int> x;
6 static void Main () {}