mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CompilerStack: Typo in a comment
This commit is contained in:
parent
e27afe93a9
commit
529495c530
@ -387,7 +387,7 @@ bool CompilerStack::analyze()
|
|||||||
if (source->ast && !docStringAnalyser.analyseDocStrings(*source->ast))
|
if (source->ast && !docStringAnalyser.analyseDocStrings(*source->ast))
|
||||||
noErrors = false;
|
noErrors = false;
|
||||||
|
|
||||||
// New we run full type checks that go down to the expression level. This
|
// Now we run full type checks that go down to the expression level. This
|
||||||
// cannot be done earlier, because we need cross-contract types and information
|
// cannot be done earlier, because we need cross-contract types and information
|
||||||
// about whether a contract is abstract for the `new` expression.
|
// about whether a contract is abstract for the `new` expression.
|
||||||
// This populates the `type` annotation for all expressions.
|
// This populates the `type` annotation for all expressions.
|
||||||
|
Loading…
Reference in New Issue
Block a user