<?php
namespace TraitPropertyImports\Support;
enum Level: int
{
case Debug = 100;
}
enum OtherLevel: int
case Debug = 200;