ExplicitArrayFillingInspection: removed unnecessary imports from test (IDEA-CR-50510)

GitOrigin-RevId: 3189600dc9f48a3d2d567ec829c575f7455c9f50
This commit is contained in:
Artemiy Sartakov
2019-07-26 11:02:46 +03:00
committed by intellij-monorepo-bot
parent 2cd49bb33b
commit fdde0d69f0
2 changed files with 0 additions and 6 deletions
@@ -1,8 +1,5 @@
// "Replace loop with 'Arrays.fill()' method call" "true"
import org.jetbrains.annotations.Contract;
import org.jetbrains.annotations.NotNull;
import java.util.Arrays;
class Test {
@@ -1,8 +1,5 @@
// "Replace loop with 'Arrays.fill()' method call" "true"
import org.jetbrains.annotations.Contract;
import org.jetbrains.annotations.NotNull;
class Test {
private void test2() {
int[][] arr = new int[10][];