#!/usr/bin/perl
run sub {
	my $this=shift;
	# It's undefined to call super with parameters if it is a field. 
	# W/o params though, should return the field.
	return "1", $this->super, @_;
}
