blob: 4f98df1522f86993b192d5fd4ea36c8a23562fc2 [file] [log] [blame]
fun foo(bar: Int) {
for (bar in 1..10) {
if (1 <= bar && bar <= 10) {
}
}
}