rector/tests/NodeVisitor/UpgradeDeprecation/DeprecatedParentClassToTraitNodeVisitor/wrong/wrong3.php.inc
2017-08-06 23:37:10 +02:00

7 lines
112 B
PHP

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