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
/
visibility
/
interface
/
function_external050.sol
blob: 3f0a9acabc0408caaa0dff20696d1703e1758bd6 (
plain
) (
blame
)
1
2
3
4
5
pragma
experimental
"v0.5.0"
;
interface
I
{
function
f
()
external
;
}
// ----