EP 0.1.1
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user