1<?php
2
3use Twig\NodeVisitor\SandboxNodeVisitor;
4
5class_exists('Twig\NodeVisitor\SandboxNodeVisitor');
6
7if (\false) {
8    class Twig_NodeVisitor_Sandbox extends SandboxNodeVisitor
9    {
10    }
11}
12