Skip to content
New issue

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

코드 블럭에 잘못된 주석이 있습니다! #236

Open
JaeHye0k opened this issue Sep 4, 2024 · 0 comments
Open

코드 블럭에 잘못된 주석이 있습니다! #236

JaeHye0k opened this issue Sep 4, 2024 · 0 comments

Comments

@JaeHye0k
Copy link

JaeHye0k commented Sep 4, 2024

  • 내용:
    구조적 타입 시스템, 마지막 코드 블럭은 에러가 발생하지 않는 코드인데 주석으로 에러 표시가 되어 있습니다.
    // @errors: 2345
    interface Point {
      x: number;
      y: number;
    }
    
    ...
    
    const newVPoint = new VirtualPoint(13, 56);
    printPoint(newVPoint); // prints "13, 56"
  • 직접 PR 하시겠습니까? (O/X): O
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant