mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Undo backwards-compatibly change that prevents external identifer resolving.
This commit is contained in:
@@ -117,7 +117,7 @@ public:
|
||||
virtual void markAsInvalid() = 0;
|
||||
};
|
||||
|
||||
enum class IdentifierContext { LValue, RValue, VariableDeclaration, NonExternal };
|
||||
enum class IdentifierContext { LValue, RValue, VariableDeclaration };
|
||||
|
||||
/// Object that is used to resolve references and generate code for access to identifiers external
|
||||
/// to inline assembly (not used in standalone assembly mode).
|
||||
|
||||
Reference in New Issue
Block a user