mirror of
https://github.com/github/codeql.git
synced 2026-01-05 02:30:19 +01:00
10 lines
170 B
C#
10 lines
170 B
C#
namespace Semmle.Extraction
|
|
{
|
|
public abstract class LabelledEntity : Entity
|
|
{
|
|
protected LabelledEntity(Context cx) : base(cx)
|
|
{
|
|
}
|
|
}
|
|
}
|