@misty crystal Here's a shortened URL of your playground link! You can remove the full link from your message.
Preview:ts class A { propA = "A" methodA() { console.log("A") } // [key: string]: keyof A extends typeof key ? unknown : never; // Doesn't do anything. Doesn't prvent subclasses to add new methods or properties // [key: string]: typeof key extends keyof this ? this[typeof key] : never; // Type instantiation is excessively deep and possibly infinite.(2 ...
You can choose specific lines to embed by selecting them before copying the link.