ZNTC1302: Getter must not have any formal parameters
ZNTC1302
섹션 제목: “ZNTC1302”Getter must not have any formal parameters
카테고리: 시맨틱: class/기타
재현 코드
섹션 제목: “재현 코드”const o = { get x(a) {} };해결 방법
섹션 제목: “해결 방법”이 에러의 원인과 해결 방법은 에러 메시지를 참고하세요.
Getter must not have any formal parameters
카테고리: 시맨틱: class/기타
const o = { get x(a) {} };이 에러의 원인과 해결 방법은 에러 메시지를 참고하세요.