Ticket #1684
@Js class Base { Str foo := "hi" } @Js class Sub : Base { Void main() { // fan.sys.ObjUtil.echo(.m_foo); echo(super.foo) } }
Expected: fan.sys.ObjUtil.echo(this.m_foo);
fan.sys.ObjUtil.echo(this.m_foo);
Promoted to ticket #1684 and assigned to andy
Ticket resolved in 1.0.62
Looks like this got fixed via #1782
Login or Signup to reply.
go4 Wed 26 Oct 2011
Expected:
fan.sys.ObjUtil.echo(this.m_foo);
andy Wed 26 Oct 2011
Promoted to ticket #1684 and assigned to andy
andy Wed 22 Feb 2012
Ticket resolved in 1.0.62
Looks like this got fixed via #1782