repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-11-12 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
gcs0836.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
}