Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

"Add 'memory' modifier" quickfix does nothing #285

Open
Mazesch opened this issue Aug 1, 2019 · 0 comments
Open

"Add 'memory' modifier" quickfix does nothing #285

Mazesch opened this issue Aug 1, 2019 · 0 comments
Assignees

Comments

@Mazesch
Copy link
Collaborator

Mazesch commented Aug 1, 2019

code example:

pragma solidity ^0.5.9;

contract Test {
    function test(uint[1] a) public returns (uint){
         return a[0];
    }
}
@jthoene jthoene self-assigned this Aug 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants