#1782 js: Support for overriding virtual fields

andy Wed 22 Feb 2012

Fix compilerJs to generate proper JavaScript source code for overridden virtual fields:

@Js class SlotsA
{
  virtual Str a := "SlotsA"
}

@Js class SlotsB : SlotsA
{
  override final Str a := "SlotsB"
}

andy Wed 22 Feb 2012

Promoted to ticket #1782 and assigned to andy

andy Wed 22 Feb 2012

Ticket resolved in 1.0.62

Fixed - changeset

Login or Signup to reply.