mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 02:15:59 +07:00
7 lines
108 B
Java
7 lines
108 B
Java
import org.jetbrains.annotations.TestOnly;
|
|
|
|
public class D {
|
|
public void foo() {
|
|
new A().test();
|
|
}
|
|
} |