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-07-20 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0441.cs
blob
7f7c673419df26d850d5afb17441906bb421f421
1
// cs0441.cs: `TestClass': a class cannot be both static and sealed
2
// Line: 4
3
4
public sealed static class
TestClass
5
{
6
}