parser/tests/fixtures/0116/code.php

8 lines
97 B
PHP
Raw Normal View History

<?php
trait foo {
public abstract function __construct(
public string $e,
);
}