Will file a bug. — Jim
> On May 8, 2017, at 4:01 AM, Dai Conrad <dai.con...@gmail.com> wrote: > > I was looking at the parser API and I noticed that in the class > ForOfLoopTree, the methods getStatement() and getVariable() > have the following javadoc, respectively: > > The statement contained in this for..in statement. > > The for..in left hand side expression. > > In both cases "for..in" should read "for..of".