X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0056.cs;h=3fa4297af9ec5d28bbfc7365c5305872144ffacb;hb=233bbcaaa3aa9f100ef6266236bf0b5a32b49a65;hp=bdeb039581feac54f5fc92732c56ed6c17063e42;hpb=7ff8f29ff29fa3f08ef305ac43ef079097323286;p=mono.git diff --git a/mcs/errors/cs0056.cs b/mcs/errors/cs0056.cs index bdeb039581f..3fa4297af9e 100644 --- a/mcs/errors/cs0056.cs +++ b/mcs/errors/cs0056.cs @@ -1,4 +1,4 @@ -// cs0056.cs: Incompatible accessibility. Operator return type is less accessible than operator. +// CS0056: Inconsistent accessibility: return type `ErrorCS0056' is less accessible than operator `Foo.implicit operator ErrorCS0056(Foo)' // Line: 11 using System;