mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
- changed behaviour in safe way by introducing new method to check that particular expression does not depend on committed PSI GitOrigin-RevId: f5ec732613cdafdcef8a1d48eb8d04135c634047
6 lines
64 B
Java
6 lines
64 B
Java
package c;
|
|
import a.*;
|
|
|
|
class Test extends Base {
|
|
Test() { }
|
|
} |