mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 09:22:02 +07:00
- improve test GitOrigin-RevId: d9d6ceceb421722fb72268b5db6031cd1471b1d2
10 lines
105 B
Java
10 lines
105 B
Java
package org;
|
|
|
|
import static org.example.Foo.bar;
|
|
|
|
class ClassTest {
|
|
|
|
void m() {
|
|
bar();<caret>
|
|
}
|
|
} |