01bb042168fed04287aa6a83289ef8ec8a5bbd8c
[swftools.git] / lib / as3 / err / invalidthis.as
1 function test() {
2     this.x = 3;
3 }