2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-96.cs
blob718a95f17496e532ca53226f11a23a959c92ad57
1 //
2 // Compilation test
3 //
4 // This used to be a bug in the name lookups in delegate declarations
5 //
6 namespace N1
7 {
8 public class A
9 {
10 static int Main ()
12 return 0;
17 // A used to not be resolved
19 public delegate void C(object sender, A a);