blob: f07499e84de816c5f6a2d304b26940546f4dc888 [file] [log] [blame]
// want package:`features{typeDecl,funcDecl,typeSet,typeInstance,funcInstance}`
// Features funcDecl, typeSet, and funcInstance come from imported packages "a"
// and "b". These features are not directly present in "c".
package c
import (
"a"
"b"
)
type T[P b.Constraint] a.T[P]