// FIR_IDENTICAL // ISSUE: KT-59233 fun consume(arg: T) {} fun box(): String { val foo = ::consume return "OK" }