package test fun test() { while (true) { when { true -> break } } }