repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1525 from akoeplinger/fix-dynamicdata-test
[mono-project.git]
/
mcs
/
errors
/
cs0708.cs
blob
23d85f51f89e5ae982f48ed534d72ae1fb4737e2
1
// CS0708: `StaticClass.i': cannot declare instance members in a static class
2
// Line: 6
3
4
static class
StaticClass
5
{
6
public int
i
;
7
}