Files
openide/java/java-tests/testData/projectView/removeAddProjectPane/src/com/package1/Class2.java
T
Andrei.Kuznetsovandintellij-monorepo-bot 13cfdc5aff [ij-light] IJPL-218999 Preserve ProjectViewPane state when the pane is removed from the ProjectView
IJ-light switches "local" project pane to "RD" project pane, and the state should be preserved during this switch.

GitOrigin-RevId: e2105ee23f5b4d10510a74df0ba3cff543a5c6f7
2025-11-19 17:53:21 +00:00

9 lines
66 B
Java

package com.package1;
public class Class2 {
}
class Class3 {
}