fun f() { loop@ while (true) { break@loop } } // KT-4515: Extract variable can attempt to extract a label from a labelled statement. /* break@loop */