parser/tests/0113/code.php

8 lines
82 B
PHP
Raw Normal View History

<?php
class foo {
public function bar(
public string $e,
) {}
}