digitalmars.D.bugs - Abstract fields crash compiler
- Bruno Medeiros (11/11) Feb 08 2006 Abstract fields crash compiler, DMD 0.145. Example:
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








Bruno Medeiros <daiphoenixNO SPAMlycos.com>