Incorrect parse on static property followed by method #38283
Labels
Bug
A bug in TypeScript
Fix Available
A PR has been opened for this issue
Rescheduled
This issue was previously scheduled to an earlier milestone
Milestone
Here, ASI needs to take effect and the parse should be a class with two members: a static property named "static", and an instance method named "foo".
Expected
No errors. The file is parsed as
Actual
The text was updated successfully, but these errors were encountered: