Use Pick type to define Class prototype.#701
Conversation
|
@Lodin I could use a little more help. I copied your test for |
|
@ajvincent Maybe ChatGPT can help. Can you try out this? https://chat.openai.com/share/232f2043-f201-40c6-8b7a-1fb8b9b96c80 |
No good. The problem is their test also passes under the current (Sorry for the lengthy delay. I've been exceedingly busy in the last few weeks.) |
|
@Emiyaaaaa Any ideas? ⬆️ |
Looks like it's been resolved by @ajvincent 👍 |
|
@Emiyaaaaa No. It's still missing a test, as mentioned.
⬆️ |
|
Resolved here @sindresorhus |
|
No, no, no, it had not been resolved. I posted that while I was still wandering around in the weeds. The solution came to me while I was away from my desk yesterday: only the class needs to be abstract. Not the members. Other than that, it's the same test as In case it's unclear, it's fixed now. :) |
|
If line 33 says |
Fixes #696 .