solidity/test/libsolidity/syntaxTests/duplicate_contract.sol
Mathias Baumann 6af16469e7 Remove unneeded assert
An error will trigger later in the name resolve phase
2020-10-05 13:01:11 +02:00

5 lines
100 B
Solidity

contract X {}
contract X {}
// ----
// DeclarationError 2333: (14-27): Identifier already declared.