parser/tests/fixtures/0209/code.php

6 lines
39 B
PHP
Raw Normal View History

<?php
class foo {
use a, b, c,;
}