Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-491.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f64e6264509c3d23a190fe4b0316529e87eb4e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

[AttrB]
public class M {
	public static void Main()
	{
	}
}

[AttrB]
public class AttrA : System.Attribute {}

public class AttrB : AttrA {}