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

9 lines
135 B
ActionScript
Raw Normal View History

package {
public class TestThree {
function TestThree() {
trace("//TestThree constructor");
}
}
}
trace("//TestThree.as");