// FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_VARIABLE fun shuffle(x: List): List = x fun bar() { val s: (List) -> List = ::shuffle }