Closed yjhmelody closed 3 years ago
I pushed to your branch and added some tests. I also added parseClassMember
for parsing a field or method in the context of a class.
Still not sure why this failed with two test files but I will merge it for now.
I used
parseTopLevelStatement
in my project, becauseparseStatement
cannot handle the situation.