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
/
parsing
/
interface_basic.sol
blob: 0742c24f6ffa7e93a80ddf40740cbc74b58a7138 (
plain
) (
blame
)
1
2
3
4
interface Interface { function f() external; } // ----