itemisCREATE / solidity-ide

Solidity plugin for Eclipse
Eclipse Public License 1.0
87 stars 25 forks source link

[TypeSystem] add array members pop & push #236

Closed flantony closed 5 years ago

flantony commented 5 years ago

We need support for pop&pusch members of storage arrays & bytes: Dynamic storage arrays and bytes (not string) have a member function called pop Dynamic storage arrays and bytes (not string) have a member function called push

andreasmuelder commented 5 years ago

fixed with https://github.com/Yakindu/solidity-ide/pull/251