digitalmars.D.bugs - Crashes DMD - nested class
- Derek Parnell (15/15) Jun 08 2005 I know this is bad syntax, but it shouldn't crash the compiler.
- zwang (2/16) Jun 08 2005 already reported by Jarrett four hours ago.
- Derek Parnell (6/22) Jun 09 2005 LOL...and who says I'm slow. I didn't notice that one at all.
I know this is bad syntax, but it shouldn't crash the compiler. class A { class B { } B b = new B; } void main() { } -- Derek Melbourne, Australia 9/06/2005 4:27:09 PM
Jun 08 2005
Derek Parnell wrote:I know this is bad syntax, but it shouldn't crash the compiler. class A { class B { } B b = new B; } void main() { }already reported by Jarrett four hours ago.
Jun 08 2005
On Thu, 09 Jun 2005 14:53:33 +0800, zwang wrote:Derek Parnell wrote:LOL...and who says I'm slow. I didn't notice that one at all. -- Derek Melbourne, Australia 9/06/2005 5:02:00 PMI know this is bad syntax, but it shouldn't crash the compiler. class A { class B { } B b = new B; } void main() { }already reported by Jarrett four hours ago.
Jun 09 2005