Using mono 1.1.13.1, mcs fails with CS1008 (Type byte, sbyte, short, ushort, int, uint, long or ulong expected) when specifying the fully qualified class name for any of the types byte, sbyte, etc.

Is this a bug (like I think) or does C# not allow such usage?

This testcase shows the issue nicely:

public enum myEnum: System.Int32 {
        bad, cool
}

compiled with: mcs source.cs /target:library
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to