X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0057.cs;h=323e1d994c1a1dd9589a8a55aced27d494f471bf;hb=15c0640201fee8407c4a945077e4bc41446bcac7;hp=67e3a33cd562be39866f1b0d643a02a2799b9671;hpb=b6b13e72e91d5b529a6306ce53bda685932c77db;p=mono.git diff --git a/mcs/errors/cs0057.cs b/mcs/errors/cs0057.cs index 67e3a33cd56..323e1d994c1 100644 --- a/mcs/errors/cs0057.cs +++ b/mcs/errors/cs0057.cs @@ -1,4 +1,4 @@ -// cs0057.cs: Inconsistent accessibility: parameter type `ErrorCS0057' is less accessible than operator `Foo.implicit operator Foo(ErrorCS0057)' +// CS0057: Inconsistent accessibility: parameter type `ErrorCS0057' is less accessible than operator `Foo.implicit operator Foo(ErrorCS0057)' // Line: 11 using System;