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