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
/
cs0723-2.cs
blob
971c86b5f4b86b8e9a994fc4e6b15821d5dc93c7
1
// CS0723: `MainClass.s': cannot declare variables of static types
2
// Line: 10
3
4
static class
S
5
{
6
}
7
8
class
MainClass
9
{
10
S s
;
11
}