mirror of
https://github.com/github/codeql.git
synced 2026-05-23 15:47:11 +02: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)
|
|
{
|
|
}
|
|
}
|
|
}
|