We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述你的问题(Describe the bug)
复现路径(To Reproduce)
interface IA { foo: () => [b: B, c: C]; } class B { // B 的属性和方法 } class C { // C 的属性和方法 } class A implements IA { foo = () => { return [new B(), new C()]; // 确保返回一个元组 [B, C] }; }
预期表现(Expected behavior)
出现 AI 修复按钮
环境信息(Environment)
The text was updated successfully, but these errors were encountered:
Ricbet
No branches or pull requests
描述你的问题(Describe the bug)
复现路径(To Reproduce)
预期表现(Expected behavior)
出现 AI 修复按钮
环境信息(Environment)
The text was updated successfully, but these errors were encountered: