1: <?php declare(strict_types=1);
2:
3: namespace PhpParser\Node\Scalar;
4:
5: require __DIR__ . '/Int_.php';
6:
7: if (false) {
8: // For classmap-authoritative support.
9: class LNumber extends Int_ {
10: }
11: }
12: