Transition bins

In reply to Shashank Gurijala:


//All three are valid
bins b1 = (3 => 8); 
bins b1[] = (3 => 8);
bins b1[1] = (3 => 8);

Look like you are getting error from other coverpoint.