mirror of
https://github.com/github/codeql.git
synced 2026-01-10 05:00:29 +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)
|
|
{
|
|
}
|
|
}
|
|
}
|