mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
now is compiling and passing soltest...but I think there may be a few more things to do
This commit is contained in:
@@ -1150,10 +1150,12 @@ public:
|
||||
virtual void accept(ASTConstVisitor& _visitor) const override;
|
||||
|
||||
std::vector<ASTPointer<Expression>> const& components() const { return m_components; }
|
||||
bool isInlineArray() const { return m_isArray; }
|
||||
|
||||
private:
|
||||
std::vector<ASTPointer<Expression>> m_components;
|
||||
bool isInlineArray() const { return m_isArray; }
|
||||
bool m_isArray;
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user