ruffle/core/tests/swfs/avm2/lazyinit/TestTwo.as

13 lines
160 B
ActionScript
Raw Normal View History

package {
public class TestTwo {
function TestTwo() {
trace("//TestTwo constructor");
}
}
}
import TestOne;
new TestOne();
trace("//TestTwo.as");