(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs1008.cs
blob3c49e166dd8f0b0731ca3947171b7aca38def88c
1 // cs1008.cs : Type byte, sbyte, short, ushort, int, uint, long, or ulong expected
2 // Line : 7
4 public class Blah {
6 public enum MyEnum {
7 Foo = "foo",
8 Bar
11 public static void Main ()