mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
5 lines
149 B
Plaintext
Vendored
5 lines
149 B
Plaintext
Vendored
>>> for (n in 1..10) foo@ { break@foo }
|
|
error: the label '@foo' does not denote a loop
|
|
for (n in 1..10) foo@ { break@foo }
|
|
^
|