aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON/fallback_payable.sol
diff options
context:
space:
mode:
Diffstat (limited to 'test/libsolidity/ASTJSON/fallback_payable.sol')
-rw-r--r--test/libsolidity/ASTJSON/fallback_payable.sol3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/libsolidity/ASTJSON/fallback_payable.sol b/test/libsolidity/ASTJSON/fallback_payable.sol
new file mode 100644
index 00000000..21db99ec
--- /dev/null
+++ b/test/libsolidity/ASTJSON/fallback_payable.sol
@@ -0,0 +1,3 @@
+contract C {
+ function() external {}
+}