class T {
	static var fld = "foo.jsx";
	function constructor() {
		log "foo.jsx";
	}
	static function f() : void {
		log "foo.jsx";
	}
}
