aionnetwork / AVM

Enabling Java code to run in a blockchain environment
https://theoan.com/
MIT License
49 stars 25 forks source link

Null should be the default value for reference arrays #375

Closed aion-shidokht closed 5 years ago

aion-shidokht commented 5 years ago

Creating an array of object references should initialize all its elements' values to null. Currently they're initialized to an empty array.