martinheidegger / as3-commons

Automatically exported from code.google.com/p/as3-commons
0 stars 0 forks source link

On method body definition, #1065 error accessing private or protected property #145

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 hamuyrod...@gmail.com on 10 Feb 2014 at 3:44