X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0121.cs;h=5c5d1cb3c93abebd0a508e2fdbad2cdd56ebcf00;hb=890f40d7ad1d68ea5ff86ffdd3f6829dbd86b3ab;hp=db38d1c887378bb2fe023f0473a169505b6772cc;hpb=b0eff411fcc55fa6a7bbc5ee97bb592fe3204309;p=mono.git diff --git a/mcs/errors/cs0121.cs b/mcs/errors/cs0121.cs index db38d1c8873..5c5d1cb3c93 100644 --- a/mcs/errors/cs0121.cs +++ b/mcs/errors/cs0121.cs @@ -1,4 +1,4 @@ -// cs0121.cs: The call is ambiguous between the following methods or properties: `X.a(int, double)' and `X.a(double, int)' +// CS0121: The call is ambiguous between the following methods or properties: `X.a(int, double)' and `X.a(double, int)' // Line: 15 class X {