Files
TypeScript/tests
Nathan Shively-Sanders 3c09153c8a Remove superCallShouldBeFirst error
It seems redundant since TS gives an error on any use of `this` before
super, and non-`this` uses before `super` should be fine.

Fixes #37371
2020-04-13 16:01:13 -07:00
..