With exactly duplicate routes, which service chosen?

If you have two Services each pointing to a different upstream but you define the identical Route on both (say /foo), how does the gateway decide to which Service the request will be sent?

I found this older thread, but that seems to be asking about overlapping Routes on the same Service. My question is when two Routes are effectively identical, which Service will Kong choose?