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
add comment
[mcs.git]
/
tests
/
test-255.cs
blob
d2d80b48793407b78fbf0c1a8a63803cb438494c
1
using
System
;
2
3
[
AttributeUsage
(
AttributeTargets
.
All
)]
4
public class
TestAttribute
:
Attribute
5
{
6
}
7
8
[
type
:
Obsolete
]
9
10
public class
C
{
11
[
return
:
Test
]
12
[
Test
]
13
void
Method
() {}
14
15
public static void
Main
() {}
16
}