mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 15:45:27 -05:00
Static methods are created before static property initializers run, so static property initializers may refer to static methods. This was not allowed previously.