콘텐츠로 이동

ZNTC0409: Static class field cannot be named 'prototype'

Static class field cannot be named ‘prototype’

카테고리: 파서: 선언/클래스

class Foo { static prototype = 1; }

Playground에서 재현하기 →

이 에러의 원인과 해결 방법은 에러 메시지를 참고하세요.