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
2009-06-05 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0619-32.cs
blob
92033f2c48117bde89ac72eb833f4d95f12b8a0c
1
// cs0619-32.cs: `E.item_a' is obsolete: `Obsolete enum'
2
// Line: 10
3
// Compiler options: -reference:CS0619-32-lib.dll
4
5
using
System
;
6
7
class
MainClass
{
8
public static void
Main
()
9
{
10
Console
.
WriteLine
(
E
.
item_a
);
11
}
12
}