import "../hello.jsx";

class Goodbye {
	function say() : void {
		log "goodbye";
	}
}
