Calling super() twice makes a runtime error. **TypeScript Version:** 2.7.0-dev.201xxxxx <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** **Code** ```ts class C extends Object { constructor() { super(); super(); } } ``` **Expected behavior:** error **Actual behavior:** pass **Playground Link:** <!-- A link to a TypeScript Playground "Share" link which demonstrates this behavior --> **Related Issues:**