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
Remove useless ip += from MINT_JMP, it is assigned later. (#19217)
[mono-project.git]
/
mcs
/
errors
/
cs0836.cs
blob
c78a30cf8e7837ae5dea83bb41de08187cf893bd
1
// CS0836: Anonymous types cannot be used in this expression
2
// Line: 6
3
4
public class
C
5
{
6
const object
o
=
new
{ }
;
7
}