This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b23d923023
solidity
/
test
/
libsolidity
/
ASTJSON
/
fallback.sol
7 lines
60 B
Solidity
Raw
Normal View
History
Unescape
Escape
Add new test cases.
2018-08-07 13:49:23 +00:00
contract
C
{
Split fallback function and introduce "fallback()" and "receive()" syntax.
2019-09-09 16:22:02 +00:00
fallback
(
)
external
payable
{
Add new test cases.
2018-08-07 13:49:23 +00:00
}
}
Parse override keyword
2019-08-13 11:00:46 +00:00
// ----
Reference in New Issue
Copy Permalink