2010-04-07 Rodrigo Kumpera <rkumpera@novell.com>
[mono-project.git] / mono / tests / bug-472600.2.cs
blob17afc8fb2716e938474fe17f35f9758d35eeb2f2
1 using System;
2 using System.Collections.Generic;
4 public class EventInfoTestClass
6 static EventInfoTestClass ()
8 string s = System.Environment.StackTrace;
12 class Test
14 static void Main ()
16 TestEventSubscription<object> ();
19 public static void TestEventSubscription<T> ()
21 new EventInfoTestClass ();