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
2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1027-2.cs
blob
8cc7b3568d63fae2a5a24a950fc241c15c175698
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