Skip to content
Snippets Groups Projects
Commit 8a8ec929 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

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.
parent 85c69ffc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment