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-05-19 Jb Evain <jbevain@novell.com>
[mcs.git]
/
tests
/
test-471.cs
blob
648d7865a81f926fd937025bacfdcefc6937f559
1
// Compiler options: /doc:test-471.xml
2
3
using
System
;
4
5
/// <summary><see cref="AAttribute" /></summary>
6
[
Obsolete
(
"whatever"
,
true
)]
7
public class
AAttribute
:
Attribute
{
8
}
9
10
class
Demo
{
11
static void
Main
()
12
{
13
}
14
}