Merge pull request #9954 from ethereum/issue-9948

Remove unneeded assert
This commit is contained in:
chriseth
2020-10-06 16:50:14 +02:00
committed by GitHub
2 changed files with 4 additions and 5 deletions
@@ -0,0 +1,4 @@
contract X {}
contract X {}
// ----
// DeclarationError 2333: (14-27): Identifier already declared.