mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
{
|
|
let x:bool
|
|
if x { break }
|
|
}
|
|
// ====
|
|
// dialect: evmTyped
|
|
// ----
|
|
// SyntaxError 2592: (22-27): Keyword "break" needs to be inside a for-loop body.
|