From 766439ed011a4ae584679146b3058a1d1f06bbea Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Tue, 1 Mar 2016 12:40:47 -0800 Subject: [PATCH] Update comment --- src/compiler/binder.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/binder.ts b/src/compiler/binder.ts index 43feb6008cf..391c656c814 100644 --- a/src/compiler/binder.ts +++ b/src/compiler/binder.ts @@ -1465,6 +1465,7 @@ namespace ts { } // Declare the method/property + // It's acceptable for multiple prototype property assignments of the same identifier to occur declareSymbol(funcSymbol.members, funcSymbol, leftSideOfAssignment, SymbolFlags.Property, SymbolFlags.PropertyExcludes & ~SymbolFlags.Property); }