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
Fixes the mono/tests/gc-graystack-stress test on Windows x64
[mono-project.git]
/
mcs
/
errors
/
cs8081.cs
blob
366b9326a83674c573eba4a5aedd0f5ed072c5a3
1
// CS8081: Expression does not have a name
2
// Line: 8
3
4
class
C
5
{
6
static void
Main
()
7
{
8
string
s
=
nameof
(
Main
());
9
}
10
}