mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
collapse hierarchy: do not push down supersuper twice
This commit is contained in:
@@ -168,6 +168,10 @@ public class InlineSuperClassTest extends MultiFileTestCase {
|
||||
doTestMultipleSubclasses();
|
||||
}
|
||||
|
||||
public void testMultipleSubclassesInheritsOneBaseBase() throws Exception {
|
||||
doTestMultipleSubclasses();
|
||||
}
|
||||
|
||||
private void doTestMultipleSubclasses() throws Exception {
|
||||
doTest(new PerformAction() {
|
||||
public void performAction(final VirtualFile rootDir, final VirtualFile rootAfter) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user