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
/
cs1027-2.cs
blob
5a29f5d7053c0ded8d1068420945b434457a44c7
1
// CS1027: Expected `#endif' directive
2
// Line: 11
3
// Compiler options: -d:NET_2_0
4
5
#if NET_2_0
6
7
class
Test
8
{
9
}
10