mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
11 lines
213 B
Java
11 lines
213 B
Java
// "Fix all 'Loop can be collapsed with Stream API' problems in file" "false"
|
|
|
|
import java.util.List;
|
|
|
|
public class Main {
|
|
void test(List<String> list) {
|
|
for(String l : li<caret>st) {
|
|
TEST:
|
|
}
|
|
}
|
|
} |