repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-01-24 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
test-425.cs
blob
0488b397dcc3bbecb333467d8c239d42496871be
1
// Test for bug #57047
2
using
System
;
3
public class
A
:
Attribute
{
4
[@
A
]
5
public static void
Main
() {
6
}
7
}
8
public class
AAttribute
:
Attribute
{}
9