mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
11 lines
409 B
Solidity
11 lines
409 B
Solidity
pragma solidity >=0.0.0;
|
|
|
|
contract Error7 {
|
|
constructor() {
|
|
a =
|
|
// ----
|
|
// ParserError 6933: (76-76): Expected primary expression.
|
|
// ParserError 1957: (76-76): In Statement, ';'is expected; got end of source instead.
|
|
// ParserError 1957: (76-76): In Block, '}'is expected; got end of source instead.
|
|
// ParserError 1957: (76-76): In ContractDefinition, '}'is expected; got end of source instead.
|