Open GoogleCodeExporter opened 9 years ago
err,
instead of
print(as3.class.Class1.field.property)
need:
as3.tolua(as3.class.Class1.field.property)
bug is in as3.tolua
Original comment by alexey.a...@gmail.com
on 24 May 2011 at 8:15
Original comment by aglad...@gmail.com
on 31 May 2011 at 7:46
See test testPropertyOfStaticInstanceGet in TestSugar suite.
Original comment by aglad...@gmail.com
on 3 Jun 2011 at 2:15
The problem is that the sugar code does not know how to detect if the "field"
is a part of a class name or a name of static variable.
Any clues on how to properly detect this?
Original comment by aglad...@gmail.com
on 3 Jun 2011 at 2:24
Original comment by aglad...@gmail.com
on 26 Feb 2012 at 2:15
Original issue reported on code.google.com by
alexey.a...@gmail.com
on 7 May 2011 at 8:43