X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs1591-9.cs;h=937332878a11f6d9e6a8b34f6d9b1fd183034ca7;hb=cfa6ff88d1d55bb54aa6cb25a26dbabe00e9db83;hp=ff28d3fac2b139345586f0dd0dafadd995cdb3ab;hpb=234225d112c4b018b8d1796f4c06a15812137500;p=mono.git diff --git a/mcs/errors/cs1591-9.cs b/mcs/errors/cs1591-9.cs index ff28d3fac2b..937332878a1 100644 --- a/mcs/errors/cs1591-9.cs +++ b/mcs/errors/cs1591-9.cs @@ -1,4 +1,7 @@ +// CS1591: Missing XML comment for publicly visible type or member `Testing.Test.MyEvent' +// Line: 14 // Compiler options: -doc:dummy.xml -warnaserror -warn:4 + using System; namespace Testing