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
/
cs8083.cs
blob
26b90c846a95fcba3ba5bfcc295f690d0a0990e2
1
// CS8083: An alias-qualified name is not an expression
2
// Line: 8
3
4
class
C
5
{
6
static void
Main
()
7
{
8
string
s
=
nameof
(
global
::
C
);
9
}
10
}