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

11 lines
138 B
PHP
Raw Normal View History

<?php
namespace MyNamespace;
class ParseErrorsTest {
public function setUp()
{
$a = new class($this->args) { };
}
}