We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725a3c7 commit b730eafCopy full SHA for b730eaf
src/Domain/HydraScript.Domain.IR/ISymbol.cs
@@ -3,6 +3,5 @@ namespace HydraScript.Domain.IR;
3
public interface ISymbol
4
{
5
public ISymbolId<ISymbol> Id { get; }
6
- public string Name { get; }
7
public Type Type { get; }
8
}
0 commit comments