#1145 AS3 testdata

This commit is contained in:
Jindra Petřík
2016-02-16 22:59:28 +01:00
parent 51ef51ecdb
commit 07b0e68bba
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@@ -973,5 +973,10 @@ import classes.TestNs;
}
trace("after switch");
}
public function testManualConvert(){
trace("String(this).length");
trace(String(this).length);
}
}
}