/*JSX_OPTS
--warn-error
*/
class T {
	static function f() : void {
		return;
		log "Hi";
	}
}
