Variable ForStatement.test

class ForStatement
{
  // ...
  Expression test;
  // ...
}