// !DIAGNOSTICS: -UNUSED_VARIABLE // Related issue: KT-28654 fun select(): K = run { } fun test() { val x: Int = select() val t = select() }