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
/
library_simple.sol
blob: c892e3ed1d2b8cc1a58b08027a67ff6d664b9992 (
plain
) (
blame
)
1
2
3
4
library
Lib
{
function
f
()
public
{ }
}
// ----