fixed a few mem leaks, enter_file now doesn't do an implicit find_file anymore
[swftools.git] / lib / as3 / err / invalidthis.as
1 function test() {
2     this.x = 3;
3 }