remove debug writelines
[mcs.git] / errors / cs1591.cs
blobe4ccb12e28e319dfb69cdb436ab54cae52dc0de6
1 // cs1591.cs: Missing XML comment for publicly visible type or member `Testing.TestClass'
2 // Line: 9
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
5 using System;
7 namespace Testing
9 public class TestClass