1
0
Fork 0
php-language-server/tests/Validation/cases/objectCreation.php

10 lines
115 B
PHP
Raw Normal View History

<?php
namespace MyNamespace;
class A {
function a () {
$a = new $this->inline_diff_renderer;
}
}