2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0658-2.cs
blob4543883f1bbe016c633790d395238e94fcb71e27
1 // CS0658: `class' is invalid attribute target. All attributes in this attribute section will be ignored
2 // Line : 8
3 // Compiler options: -warnaserror -warn:1
5 using System;
7 [class:Serializable]
8 public class C
10 public static void Main () {}