mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-08 08:14:51 -06:00
Static methods are created before static property initializers run, so static property initializers may refer to static methods. This was not allowed previously.