Ernest - 2009-03-27

Not sure if I can do this. However, if I try, I need to be careful of cases with comments. Ex.

override public function get length():int
{
//returns one more than super
return super.length + 1;
}