rector/tests/NodeVisitor/UpgradeDeprecation/DeprecatedParentClassToTraitNodeVisitor/wrong/wrong.php.inc
2017-08-06 19:49:19 +02:00

6 lines
90 B
PHP

<?php declare (strict_types=1);
class ClassWithExternalConstant extends Nette\Object
{
}