namespace Semmle.Extraction.CSharp { public abstract class LabelledEntity : Entity { protected LabelledEntity(Context cx) : base(cx) { } } }