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
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs1644.cs
blob
5bf6ac7ac0ae78b6a15e83b2361e3019f8b38f0a
1
// CS1644: 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
}