445446447448449450451452
@Test public void DocoExamples98() throws Exception { prod.eq(new Product()); prod.eq(new QProduct("p")); prod.eq(new QItem("p")); }