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
w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git]
/
mcs
/
errors
/
cs7023.cs
blob
dae17caa411fdee04c25deec0da771e4adb26f1d
1
// CS7023: The second operand of `is' or `as' operator cannot be static type `X'
2
// Line: 8
3
4
static class
X
5
{
6
public static void
Main
()
7
{
8
var
v
=
null as
X
;
9
}
10
}