New tests.

This commit is contained in:
chriseth
2020-07-07 12:16:18 +02:00
parent 5959d442cb
commit 552d353430
8 changed files with 36 additions and 0 deletions
@@ -0,0 +1,5 @@
contract A {
constructor(uint[] storage a) {}
}
// ----
// TypeError 3644: (29-45): This parameter has a type that can only be used internally. You can make the contract abstract to avoid this problem.