Skip to content

Commit

Permalink
Update Procedure.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 committed Nov 7, 2024
1 parent f46bb86 commit 06dad34
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ internal sealed class Procedure : IProcedure
{
public FunctionSymbol Symbol { get; }
public string Name => this.Symbol.NestedName;
public TypeSymbol? TypeSymbol => this.Symbol.Type;
public Module DeclaringModule { get; }
IModule IProcedure.DeclaringModule => this.DeclaringModule;
public Class? DeclaringType { get; }
Expand Down

0 comments on commit 06dad34

Please sign in to comment.