[Mono-list] Bug Report and Test ;-) for mcs
Ravi Pratap M
ravi@ximian.com
18 Feb 2002 19:11:07 -0600
Hi Adam,
On Mon, 2002-02-18 at 03:40, Adam Treat wrote:
> Came across another bug. mcs is compiling this when csc balks and throws a
> [Operator '' cannot be applied to operands of type '' and '']... Note: when
Hmm, thanks so much for tracking this down. I am going to try and fix
it right away :-)
> using System;
>
> public class test
> {
> public static void Main(string[] args)
> {
> Console.WriteLine("mcs shouldn't compile this" + no_return());
> }
>
> public static void no_return()
> {
> }
> }
Hehe, sounds like a really silly bug inside the code, no doubt
something I introduced ;-)
Regards,
Ravi
--
"If you're smart, you'll be humble. There always is somebody
who hasn't read a book and knows twice as much as you do."
-- David Duchovny in Readers' Digest
Ravi Pratap M <ravi@ximian.com>
<http://primates.ximian.com/~ravi>