ruffle/core/tests/swfs/avm2/trace/Test.as

10 lines
216 B
ActionScript
Raw Normal View History

2020-11-11 00:30:01 +00:00
package {
public class Test {}
}
// Test tracing with primitive parameters.
trace();
trace("test");
trace("trace", "with", "multiple", "params");
trace(false, true, undefined, null, 0, 1, 1.2345, "string", {});