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
// @errors: 2345 interface Point { x: number; y: number; } ... const newVPoint = new VirtualPoint(13, 56); printPoint(newVPoint); // prints "13, 56"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
구조적 타입 시스템, 마지막 코드 블럭은 에러가 발생하지 않는 코드인데 주석으로 에러 표시가 되어 있습니다.
The text was updated successfully, but these errors were encountered: