1: package net.sf.mockcreator; 2: 3: public class BugCtorWithArray { 4: public BugCtorWithArray(BugCtorWithArray[] param) { 5: } 6: }