diff --git a/src/compiler/binder.ts b/src/compiler/binder.ts index 9af347e59bd..128b6f8ffed 100644 --- a/src/compiler/binder.ts +++ b/src/compiler/binder.ts @@ -234,10 +234,8 @@ module ts { parent = node; if (symbolKind & SymbolFlags.IsContainer) { container = node; - Debug.assert(container.nextContainer === undefined); if (lastContainer) { - Debug.assert(lastContainer.nextContainer === undefined); lastContainer.nextContainer = container; }