ruffle/core/tests/swfs/avm2/documentclass/output.txt

10 lines
160 B
Plaintext
Raw Normal View History

/// Grandchild constructor
/// Child constructor
/// this.b
[object Grandchild]
/// Main constructor
/// this.a
[object Child]
/// this.a.b
[object Grandchild]