repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-04-13 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
test-491.cs
blob
f64e6264509c3d23a190fe4b0316529e87eb4e54
1
2
[
AttrB
]
3
public class
M
{
4
public static void
Main
()
5
{
6
}
7
}
8
9
[
AttrB
]
10
public class
AttrA
:
System
.
Attribute
{}
11
12
public class
AttrB
:
AttrA
{}