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
tag rc1
[mcs.git]
/
errors
/
cs1644.cs
blob
a3504124a9ed33ed98198336e630743c1c18cfb9
1
// cs1644.cs: Feature `static classes' cannot be used because it is not part of the C# 1.0 language specification
2
// Line: 5
3
// Compiler options: -langversion:ISO-1
4
5
static class
Class
{
6
}