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