Lines Matching refs:Concrete
1910 // Concrete types implementing M method.5241 var concrete5242 fn := MakeFunc(ValueOf(concrete).Type(), target)5243 ValueOf(&concrete).Elem().Set(fn)5244 x := concrete(nil, 7)5770 // Check that all the type constructors return concrete *rtype implementations.