blob: cbb5d2ec56d7136088bf52d119e2e88b281afc8d [file] [log] [blame]
package r2;
/* Regression test for bug 22102 Not all implementors found for IPartListener */
public class X {
I field = new I() {
};
}