Fixed an obscure bug with abstracting virtuals implemented as private in superclass.
commit432a047559b15c1437364281da07b67a95521659
authorMichal Kottman <michal.kottman@gmail.com>
Wed, 19 Jan 2011 22:59:26 +0000 (19 23:59 +0100)
committerMichal Kottman <michal.kottman@gmail.com>
Wed, 19 Jan 2011 22:59:26 +0000 (19 23:59 +0100)
tree6fd38f3a828d308811f8b26f3a222596985baaf4
parent1345dfde95c03c2d63978e3f894504061b7ed859
Fixed an obscure bug with abstracting virtuals implemented as private in superclass.

When looking for virtual methods in superclasses, private methods were ignored,
when in fact they should be accounted for as implemented. Now the generator
only skips private virtual methods when directly in the bounded class.
generator/virtuals.lua