renamed abc_class_(static)constructor to abc_class_get(static)constructor
[swftools.git] / lib / as3 / err / invalidthis.as
1 function test() {
2     this.x = 3;
3 }