//go:build !solution
package tparallel
type T struct {
}
func (t *T) Parallel() {
panic("implement me")
func (t *T) Run(subtest func(t *T)) {
func Run(topTests []func(t *T)) {