X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0173-2.cs;h=5e407978a7b2f4c9c9a8154bfab389a1cd5c21ef;hb=7a950a04504aca14aacd241def6b3369006723a9;hp=3c8bff6a047dc3654381ebd1c08ca36f5a1bb4a3;hpb=dbf19eb41dbd299c4c33d4de35ffe3cf6c669832;p=mono.git diff --git a/mcs/errors/cs0173-2.cs b/mcs/errors/cs0173-2.cs index 3c8bff6a047..5e407978a7b 100644 --- a/mcs/errors/cs0173-2.cs +++ b/mcs/errors/cs0173-2.cs @@ -1,4 +1,4 @@ -// cs0173-2.cs: Type of conditional expression cannot be determined because there is no implicit conversion between `int' and `null' +// CS0173: Type of conditional expression cannot be determined because there is no implicit conversion between `int' and `null' // Line: 29 public class MainClass {