import "./a.jsx";

class B.<T> {
	static function f() : string {
		var a : A = null;
		return "ok";
	}
}
