Set type properly for event parameters

This commit is contained in:
Leonardo Alt
2020-07-17 11:17:27 +02:00
parent e1a45ee97d
commit 2e1067a05a
4 changed files with 5 additions and 1 deletions
@@ -0,0 +1 @@
contract a { event b(uint[(1 / 1)]); }