A bug with DMD 2.054

2011-07-15 Thread BizarreCake
While coding, I've stumbled upon this weird bug. Apparently, this code snippet right here: module program; import std.stdio; class Foo { void bar() { writeln( Foo Bar! ); } } void main() {

Re: A bug with DMD 2.054

2011-07-15 Thread Simen Kjaeraas
On Fri, 15 Jul 2011 12:32:05 +0200, BizarreCake bizarrec...@gmail.com wrote: While coding, I've stumbled upon this weird bug. Apparently, this code snippet right here: module program; import std.stdio; class Foo { void bar() {