blob: d00c77d2ff12b7e9acc4978fc86a240a38b88d94 [file] [log] [blame]
package p3;
/* Test case for bug 23644 hierarchy: getAllSuperTypes does not include all superinterfaces? */
public class A implements I {
}