This commit is contained in:
ninemine
2025-06-30 21:49:33 +08:00
parent f92a688c77
commit dbea849f6c
4 changed files with 42 additions and 6 deletions

View File

@@ -6,9 +6,9 @@ using System.Threading.Tasks;
namespace Convention.Symbolization.Internal
{
public class Variable
public abstract class Variable : ICloneable
{
public abstract object Clone();
}
public readonly struct VariableSymbol