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-11-20 Marek Safar <marek.safar@gmail.com>
[mcs.git]
/
errors
/
cs0106-5.cs
blob
b24d5d10a87fddf6ccd187d10a91084b00977027
1
// CS0106: The modifier `public' is not valid for this item
2
// Line: 6
3
4
class
C
5
{
6
public
~
C
()
7
{
8
}
9
}