mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-12 20:01:02 -05:00
Don't issue a "multiple declarations must have the same type" error for JS static property assignments, because these don't appear to have a type in this case.