-
- Downloads
Compiler: Support clearing of inherited variables in __INIT().
Clearing variables may be significant if the variable has an earlier initializer in the inherited class. Eg: class A { int xyz = 17; } class B { inherit A; int xyz = 0; } Fixes [LysLysKOM 20362124]/Pike mailinglist 13660.
Loading
Please register or sign in to comment