mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
add static import: use existing import name (IDEA-174647)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Add static import for 'java.lang.Math.abs'" "true"
|
||||
// "Use static import for 'java.lang.Math.abs'" "true"
|
||||
package test;
|
||||
|
||||
import static java.lang.Math.abs;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// "Add static import for 'java.lang.Math.abs'" "true"
|
||||
// "Use static import for 'java.lang.Math.abs'" "true"
|
||||
package test;
|
||||
|
||||
import static java.lang.Math.abs;
|
||||
|
||||
Reference in New Issue
Block a user