mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
479 B
Plaintext
12 lines
479 B
Plaintext
Error: No visibility specified. Did you intend to add "public"?
|
|
--> too_long_line_multiline/input.sol:2:5:
|
|
|
|
|
2 | function f() returns (byte _b, byte ... _b7, bytes22 _b22, bytes32 _b32) {
|
|
| ^ (Relevant source part starts here and spans across multiple lines).
|
|
|
|
Warning: Source file does not specify required compiler version!
|
|
--> too_long_line_multiline/input.sol:1:1:
|
|
|
|
|
1 | contract C {
|
|
| ^ (Relevant source part starts here and spans across multiple lines).
|