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
/
conversion
/
conversion_to_bytes.sol
blob: 5946e9210a9a294f688bc24b8f6ad77db2ef2f64 (
plain
) (
blame
)
1
2
3
4
5
contract test { function f() public pure returns (bytes) { return bytes("abc"); } }