2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0647.cs
blob70f48aceb72bf637d7873bfd9a3a74ef9d5fa698
1 // cs0647.cs: Error during emitting `System.Runtime.InteropServices.GuidAttribute' attribute. The reason is `Invalid format for Guid.Guid(string).'
2 // Line: 5
3 using System.Runtime.InteropServices;
5 [Guid ("aaa")]
7 class X {
8 static void Main () {}