/**
* Copyright partlyhuman ( http://wonderfl.net/user/partlyhuman )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/hiLL
*/
package {
import com.actionscriptbible.Example;
public class Test extends Example {
public function Test() {
trace("ABC");
this.trace("DEF");
super.trace("GHI");
}
}
}