From b6636e2570a14b33fbf53c3f59cca1a9dfb7f824 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Tue, 7 Aug 2018 15:49:23 +0200 Subject: Add new test cases. --- test/libsolidity/ASTJSON/fallback.sol | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/libsolidity/ASTJSON/fallback.sol (limited to 'test/libsolidity/ASTJSON/fallback.sol') diff --git a/test/libsolidity/ASTJSON/fallback.sol b/test/libsolidity/ASTJSON/fallback.sol new file mode 100644 index 00000000..4e318892 --- /dev/null +++ b/test/libsolidity/ASTJSON/fallback.sol @@ -0,0 +1,4 @@ +contract C { + function() external payable { + } +} -- cgit v1.2.3