add static import: use existing import name (IDEA-174647)

This commit is contained in:
Anna Kozlova
2017-06-20 11:26:56 +03:00
parent 18f18cb834
commit b6482f44a1
4 changed files with 14 additions and 4 deletions

View File

@@ -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;

View File

@@ -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;