[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs1591-19.cs
blobaf7b810b9c6ea9065d32c403b4d8d716d1b4ce4a
1 // CS1591: Missing XML comment for publicly visible type or member `EntryPoint.Create(bool)'
2 // Line: 6
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
4 /// <summary>test</summary>
5 public class EntryPoint {
6 protected void Create (bool test) {
9 protected void Remove () {