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 monotouch sources file
[mcs.git]
/
errors
/
cs0619-45.cs
blob
c8433ae891a3fa128db1a1cafbf962de9fba2f60
1
// cs0619-45.cs: `A' is obsolete: `!!!'
2
// Line: 9
3
4
[
System
.
Obsolete
(
"!!!"
,
true
)]
5
class
A
:
System
.
Attribute
6
{
7
}
8
9
[
A
]
10
class
Obsolete
{
11
}