Merge pull request #1821 from iainx/replace-getline
[mono-project.git] / mcs / errors / cs1061-10.cs
blob95e549f8b1ccbe412da24a03d255f8a2437622f8
1 // CS1061: Type `int' does not contain a definition for `C' and no extension method `C' of type `int' could be found. Are you missing an assembly reference?
2 // Line: 12
4 using System;
6 namespace TestEnum
8 public enum E
10 A = 0,
11 B = 1.
12 C = 2