mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
IDEA-25908 (Add Find Usages for imports)
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
<caret>import static java.lang.Math.*;
|
||||
|
||||
class HighlightStaticImport {
|
||||
|
||||
void g() {
|
||||
abs(-1.0);
|
||||
abs(1L);
|
||||
pow(1.0, 2.0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user