blob: 94943ec1bbe238c74b2c41ed0a48d4baa36d9123 [file] [log] [blame]
package test12
// Check that vendor/v1 is used but vendor/v2 is NOT used (sub/vendor/v2 wins).
import (
"v1"
"v2"
)
const x = v1.ComplexNestVendorV1
const y = v2.ComplexNestSubVendorV2