mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-13 02:47:31 +00:00
Tests for fixed size array of reference type values (#68)
* Tests for fixed size array of enum type. * Tests for fixed size array of reference type values. Co-authored-by: nikugogoi <95nikass@gmail.com>
This commit is contained in:
co-authored by
nikugogoi
parent
876dfa0616
commit
909242a827
@@ -1,5 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
pragma solidity ^0.7.6;
|
||||
|
||||
// https://docs.soliditylang.org/en/v0.8.5/layout-of-source-files.html#abi-coder-pragma
|
||||
pragma abicoder v2;
|
||||
|
||||
contract TestBasicMapping {
|
||||
|
||||
Reference in New Issue
Block a user