class A { static B(v: A): A; static B(v: S): A; static B(v: any): A { return null; } }