fun test(b: Boolean) { for (i in 1..10) { if (b) break; continue; } }