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
avoid using a custom sources file for the net_2_1_raw profile
[mcs.git]
/
errors
/
cs0619-44.cs
blob
08d6a661fa230a147f9431e895a09d39bf842956
1
// cs0619-44.cs: `Obsolete' is obsolete: `!!!'
2
// Line: 9
3
4
[
System
.
Obsolete
(
"!!!"
,
true
)]
5
class
Obsolete
{
6
}
7
8
class
Class
{
9
void
VV
()
10
{
11
object
[]
o
=
new object
[]
{ new Obsolete () }
;
12
}
13
}