blob: e7f781e4af25c8b20b7d72a5f61540f632bd5818 [file] [log] [blame]
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package b
import "a"
type B[T any] struct {
_ a.A[T]
}