Fantom

Login | Register

js: Support for overriding virtual fields #1782

andy
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
22 Feb 2012

Promoted to ticket #1782 and assigned to andy

andy
22 Feb 2012

Ticket resolved in 1.0.62

Fixed - changeset

Login or Register to Reply

Back | All Topics