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