solidity/test/libsolidity/syntaxTests/types/bytes256.sol

6 lines
115 B
Solidity
Raw Normal View History

2018-04-30 11:58:33 +00:00
contract C {
bytes256 b256 = 1;
}
// ----
// DeclarationError 7920: (15-23): Identifier not found or not unique.