2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0836.cs
blobc78a30cf8e7837ae5dea83bb41de08187cf893bd
1 // CS0836: Anonymous types cannot be used in this expression
2 // Line: 6
4 public class C
6 const object o = new { };