Posted by ejot on Mon 7 Jul 11:39 (modification of post by ejot view diff)
report abuse | download | new post
- package
- {
- public class AnotherInterestingClass extends InterestingClass
- {
- public function AnotherInterestingClass()
- {
- super();
- }
- override public function method2(value:String):String {
- var inspected:Object = processStacktrace();
- doOutput(inspected);
- return "You told me: " + value;
- }
- }
- }
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.