namespace Jint.Parser.Ast
{
    public class EmptyStatement : Statement
    {
        
    }
}