ZNTC0409: Static class field cannot be named 'prototype'
ZNTC0409
Section titled “ZNTC0409”Static class field cannot be named ‘prototype’
Category: Parser: Declaration/Class
Reproduction
Section titled “Reproduction”class Foo { static prototype = 1; }How to fix
Section titled “How to fix”See the error message for cause and resolution.