quote only work on lambda on net_4_0
[mcs.git] / errors / cs0110-2.cs
blobcb069f15e7d78798f9c58245fe282ffb8dba012a
1 // cs0110.cs: The evaluation of the constant value for `E.a' involves a circular definition
2 // Line: 6
4 enum E
6 a = b,
7 b = c,
8 c = a