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
add monotouch sources file
[mcs.git]
/
errors
/
cs0642.cs
blob
294cfea1c24058ad55d04db3347dcb6ac4018c72
1
// cs0642.cs: Possible mistaken empty statement
2
// Line: 7
3
// Compiler options: -warnaserror -warn:3
4
5
class
X
{
6
static void
Main
()
7
{
8
if
(
true
);
9
}
10
}