fun box(): String { class Id { fun invoke(t: T) = t } val ref = Id::invoke return ref(Id(), "OK") }