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-47.cs
blob
32c6fc9a87580557e146a2d08323704737076c5f
1
// cs0619-47.cs: `A.Field' is obsolete: `!!!'
2
// Line: 11
3
4
class
A
:
System
.
Attribute
5
{
6
[
System
.
Obsolete
(
"!!!"
,
true
)]
7
public int
Field
;
8
}
9
10
class
Obsolete
{
11
[
A
(
Field
=
2
)]
12
public int
Foo
;
13
}