1
0
Fork 0
php-language-server/tests/Validation/cases/caseStatement1.php

7 lines
58 B
PHP
Raw Normal View History

<?php
namespace MyNamespace;
switch ($a) {
case A:
}