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
2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
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