mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
10 lines
177 B
C#
10 lines
177 B
C#
namespace Semmle.Extraction.CSharp
|
|
{
|
|
public abstract class LabelledEntity : Entity
|
|
{
|
|
protected LabelledEntity(Context cx) : base(cx)
|
|
{
|
|
}
|
|
}
|
|
}
|