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