mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
add static import: use existing import name (IDEA-174647)
This commit is contained in:
+1
-1
@@ -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
-1
@@ -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