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
[build] Fix warning (#4177)
[mono-project.git]
/
mcs
/
tests
/
gtest-512.cs
blob
177d37f1127e1d79808b17708c09476caab379b1
1
public class
C
2
{
3
static object
ViewState
;
4
5
public static void
Main
()
6
{
7
var
v1
= (
bool
)
ViewState
!=
null
;
8
var
v2
=
null
!= (
bool
)
ViewState
;
9
}
10
}