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