solidity/test/libsolidity/syntaxTests/types/bytes33.sol
2018-04-30 13:02:02 +01:00

6 lines
108 B
Solidity

contract C {
bytes33 b33 = 1;
}
// ----
// DeclarationError: (15-22): Identifier not found or not unique.