parser/tests/fixtures/0114/code.php

8 lines
92 B
PHP
Raw Normal View History

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