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 #4202 from marek-safar/compression
[mono-project.git]
/
mcs
/
errors
/
cs8800.cs
blob
8daa76e58aa8ca7e76108a9178c8f97a9507afeb
1
// CS8800: `S': Static classes cannot have primary constructor
2
// Line: 4
3
// Compiler options: -langversion:experimental
4
5
static class
S
(
int
i
)
6
{
7
}