Closed sisshiki1969 closed 5 years ago
Expressions listed below are currently not parsed correctly.
new f().g() new o.f('O')('K') new new g(5)(4).ans
This PR fix this problem, and tests added.
Expressions listed below are currently not parsed correctly.
This PR fix this problem, and tests added.