This commit is contained in:
Jindra Petřík
2021-02-20 20:58:54 +01:00
parent a36ca2df20
commit b9749678f9
7 changed files with 122 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ package tests
public function run() : int
{
var a:int = 5;
var a:int;
a = 5;
trace("before try");
try
{