2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0579-2.cs
blob18708cef7d57c1ed54a14bb45d71e2940cedfea2
1 // cs0579-2.cs: The attribute `System.Diagnostics.DebuggableAttribute' cannot be applied multiple times
2 // Line: 7
4 using System.Diagnostics;
6 [module: DebuggableAttribute (false, false)]
7 [module: DebuggableAttribute (false, false)]
9 class MainClass {
10 static void Main()