X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Ferrors%2Fcs0054.cs;h=3e2fcded45739a123cbdf95d733086e14e532817;hb=86c24e94279f56d0426924fbb533f14d2c9b41a0;hp=f3841f0cb0c6d88ce9f8eadf5c84730b818b6939;hpb=74c2e813151ef52866b58da63aeeed698b5e67dd;p=mono.git diff --git a/mcs/errors/cs0054.cs b/mcs/errors/cs0054.cs index f3841f0cb0c..3e2fcded457 100644 --- a/mcs/errors/cs0054.cs +++ b/mcs/errors/cs0054.cs @@ -1,4 +1,4 @@ -// cs0054.cs: Inconsistent accessibility: indexer return type `ErrorCS0054' is less accessible than indexer `Foo.this[int]' +// CS0054: Inconsistent accessibility: indexer return type `ErrorCS0054' is less accessible than indexer `Foo.this[int]' // Line: 13 using System;