Files
TypeScript/src
Nathan Shively-Sanders 63ff6572ae Fix use-before-def with methods on esnext+useDefineForClassFields (#38033)
* Fix use-before-def with methods on esnext+useDefineForClassFields

It was incorrectly flagging methods as used before their definition, but
this is allowed under any emit.

* Add instance function test case
2020-04-21 08:09:25 -07:00
..
2020-03-10 14:53:37 -07:00
2019-06-14 09:46:02 +03:00