blob: 8801a4812af4d2b2d8c6d10b3b7c3e46d6d01bb0 [file] [log] [blame]
package test23
// Check that vendor/v3 is used but vendor/v2 is NOT used (sub/vendor/v2 wins).
import (
"v2"
"v3"
)
const x = v3.ComplexNestVendorV3
const y = v2.ComplexNestSubVendorV2