diff options
Diffstat (limited to 'test/libsolidity/ASTJSON/constructor.sol')
-rw-r--r-- | test/libsolidity/ASTJSON/constructor.sol | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/libsolidity/ASTJSON/constructor.sol b/test/libsolidity/ASTJSON/constructor.sol new file mode 100644 index 00000000..79d04eb5 --- /dev/null +++ b/test/libsolidity/ASTJSON/constructor.sol @@ -0,0 +1,4 @@ +contract C { + constructor() public { + } +} |