blob: 9265422bac9ae1355db9be7474528f3eef5e947b [file] [log] [blame]
package other
type One[T any] struct{}
type Two[T any, R any] struct{}
type Three struct{}
type Four struct{}
type Five interface{}