mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
36c580378f
A bug in checkSpecialAssignment added bogus duplicate identifier errors when using module.exports assignment to export a class. This commit fixes that.