This should be an error: ``` ts class Foo<T extends Function> { n: T; } interface Foo<T extends Window> { y: T; } ``` Currently whichever constraint came first wins
This should be an error:
Currently whichever constraint came first wins