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
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
test-929.cs
blob
d814b15f61a7ee010258b4cc9a5ae7c0758f49f2
1
public class
Wibble
2
{
3
public static void
Main
() {
4
Wibble w
=
new
Wibble
();
5
if
(
w
== (
null
)) {
6
}
7
8
if
(
w
!= (
null
)) {
9
}
10
11
if
((
null
) ==
w
) {
12
}
13
14
if
((
null
) !=
w
) {
15
}
16
}
17
}