fun foo1() = while (b()) {} fun foo2() = for (i in 10) {} fun foo3() = when (b()) { true -> 1 else -> 0 } fun b(): Boolean = true