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