www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Abstract fields crash compiler

Abstract fields crash compiler, DMD 0.145. Example:

   class Foo {
     abstract int bar;
   }

prints:
main.d(2): variable main.Foo.bar abstract cannot be applied to variable
then crashes.

-- 
Bruno Medeiros - CS/E student
"Certain aspects of D are a pathway to many abilities some consider to 
be... unnatural."
Feb 08 2006