class Two {
	function constructor() {
		log 2;
	}
	static function say() : void {
		log "Two";
	}
}
