parser/tests/0143/code.php
Saif Eddin Gmati bdef34b4b4 chore: don't use class member flags for interface member flags
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-04 08:56:53 +00:00

5 lines
52 B
PHP

<?php
interface foo {
public function bar();
}