A following code compiling succeeds in TS1.7.5, but now it fails with errors. Is this a breaking change? ``` ts class C { public m<T extends this>() { } } ``` ``` TypeError: Cannot read property 'constraint' of undefined ```