index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libsolidity
/
syntaxTests
/
parsing
/
fallback_function.sol
blob: 054f57dedbf7b75827a9fdf4ae80ae7b72e37b9f (
plain
) (
blame
)
1
2
3
4
contract
c
{
function
()
external
{ }
}
// ----