index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libsolidity
/
syntaxTests
/
visibility
/
interface
/
function_external050.sol
blob: 3f0a9acabc0408caaa0dff20696d1703e1758bd6 (
plain
) (
tree
)
601659c3
1
2
3
4
5
pragma experimental "v0.5.0"; interface I { function f() external; } // ----