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-09-02 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0574.cs
blob
666e7cadf30621b8551ae8cd836101980b0512de
1
// cs0574.cs: Name of destructor must match name of class
2
// Line: 6
3
4
class
X
{
5
6
~
Y
()
7
{
8
}
9
10
static void
Main
()
11
{
12
}
13
}