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