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