You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a new Class in runtime using as3-commons-bytecode
1. On method body definition, accessing a protected or private property using
getlex.
What is the expected output? What do you see instead?
methodBuilder.addAsmSource() should not give error.
Instead, it says Error: #1065: Variable not defined.
What version of the product are you using? On what operating system?
as3commons-bytecode-1.1.1 on Windows 8
Please provide any additional information below.
If property is public, works fine.
Original issue reported on code.google.com by [email protected] on 10 Feb 2014 at 3:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 Feb 2014 at 3:44The text was updated successfully, but these errors were encountered: