parser/tests/fixtures/0146/code.php

10 lines
81 B
PHP
Raw Normal View History

2022-12-01 13:55:04 +01:00
<?php
namespace Foo;
enum Bar {
public function __construct() {
}
}