// Trying to instantiate a class with too many params class C<region P> { C<P,P> x; }