fun test() { [ann] while (1 < 2) {} [ann] do {} while (1 < 2) [ann] for (i in 1..2) {} } annotation class ann