Skip to content

Commit aba3243

Browse files
committed
fix
1 parent bba6fe6 commit aba3243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
namespace HydraScript.Domain.IR;
22

3+
// ReSharper disable once UnusedTypeParameter
34
public interface ISymbolId<out TSymbol> : IEquatable<ISymbolId<ISymbol>>
45
where TSymbol : class, ISymbol;

0 commit comments

Comments
 (0)