update readme (#21797)
[mono-project.git] / mcs / errors / cs1591.cs
blob30dcc3a3a682d68310ee89fdf08fe50b90f4856f
1 // CS1591: 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