<?php declare(strict_types = 1);

namespace PHPStan\PhpDocParser\Parser\Doctrine;

class Y
{

	public const SOME = 1;

}
