class One {
	function constructor() {
		log 1;
	}
	static function say() : void {
		log "One";
	}
}
