class Test {
	static function compare(f1 : function() : void, f2 : function(:boolean) : void) : void {
f1 == f2 as function() : void;
	}
}
