why doesn't this compile? ``` outer@ for (i in 1.....
# announcements
k
why doesn't this compile?
Copy code
outer@
for (i in 1..10) {
    (1..10).forEach { continue@outer }
}