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

7 lines
112 B
PHP

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