eol
[mcs.git] / tests / test-262.cs
blob9fba86f55777e57318f8504de483fca35cf2e0d6
1 namespace n1 {
2 class Attribute {}
5 namespace n3 {
6 using n1;
7 using System;
8 class A {
9 void Attribute () {
11 void X ()
13 Attribute ();
15 static void Main () {
16 new A ().X ();