Skip to content

Commit

Permalink
Remove duplicate imports. (That's legal?)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 566319358
  • Loading branch information
graememorgan authored and Error Prone Team committed Sep 18, 2023
1 parent 93ca62e commit 70ac504
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,6 @@ public void iterable() {
.addInputLines(
"Test.java",
"import java.util.stream.IntStream;",
"import java.util.ArrayList;",
"import java.util.stream.IntStream;",
"class Example {",
" void someLoopyCode() {",
" for (int i : someIterable()) {",
Expand Down

0 comments on commit 70ac504

Please sign in to comment.