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 bba6fe6 commit aba3243Copy full SHA for aba3243
src/Domain/HydraScript.Domain.IR/ISymbolId.cs
@@ -1,4 +1,5 @@
1
namespace HydraScript.Domain.IR;
2
3
+// ReSharper disable once UnusedTypeParameter
4
public interface ISymbolId<out TSymbol> : IEquatable<ISymbolId<ISymbol>>
5
where TSymbol : class, ISymbol;
0 commit comments