aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/529_fallback_marked_public.sol
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-06-29 00:09:27 +0800
committerchriseth <chris@ethereum.org>2018-07-04 04:51:55 +0800
commit2211739fc4548c70be887d6666430a25b66a3bb8 (patch)
treefc97309080a7a77056c3fecb873825342fbbb001 /test/libsolidity/syntaxTests/nameAndTypeResolution/529_fallback_marked_public.sol
parent87241fd58c7ddf45224f308f5fa10d88030bdb25 (diff)
downloaddexon-solidity-2211739fc4548c70be887d6666430a25b66a3bb8.tar
dexon-solidity-2211739fc4548c70be887d6666430a25b66a3bb8.tar.gz
dexon-solidity-2211739fc4548c70be887d6666430a25b66a3bb8.tar.bz2
dexon-solidity-2211739fc4548c70be887d6666430a25b66a3bb8.tar.lz
dexon-solidity-2211739fc4548c70be887d6666430a25b66a3bb8.tar.xz
dexon-solidity-2211739fc4548c70be887d6666430a25b66a3bb8.tar.zst
dexon-solidity-2211739fc4548c70be887d6666430a25b66a3bb8.zip
Update tests.
Diffstat (limited to 'test/libsolidity/syntaxTests/nameAndTypeResolution/529_fallback_marked_public.sol')
-rw-r--r--test/libsolidity/syntaxTests/nameAndTypeResolution/529_fallback_marked_public.sol1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libsolidity/syntaxTests/nameAndTypeResolution/529_fallback_marked_public.sol b/test/libsolidity/syntaxTests/nameAndTypeResolution/529_fallback_marked_public.sol
index 42585137..d9c1580f 100644
--- a/test/libsolidity/syntaxTests/nameAndTypeResolution/529_fallback_marked_public.sol
+++ b/test/libsolidity/syntaxTests/nameAndTypeResolution/529_fallback_marked_public.sol
@@ -2,3 +2,4 @@ contract C {
function () public { }
}
// ----
+// TypeError: (17-39): Fallback function must be defined as "external".