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
"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git]
/
mcs
/
errors
/
cs0642-6.cs
blob
2aa93c229fd6d95879badb0b8464f4736ad24ebc
1
// CS0642: Possible mistaken empty statement
2
// Line: 9
3
// Compiler options: -warnaserror -warn:3
4
5
public class
C
6
{
7
public void
Test
()
8
{
9
lock
(
this
);
10
{ }
11
}
12
}
13