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
2010-02-20 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
test-205.cs
blob
bab2222b9c46b26db2060fc79669e8503f7520be
1
using
System
;
2
3
[
AttributeUsage
(
AttributeTargets
.
All
)]
4
public class
A
:
Attribute
{
5
6
public
A
(
object
o
) {
7
}
8
}
9
10
[
A
((
object
)
AttributeTargets
.
All
)]
11
public class
Test
{
12
static public void
Main
() {
13
}
14
}