mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 03:37:58 +07:00
14 lines
238 B
Java
14 lines
238 B
Java
// "Replace with forEach" "false"
|
|
|
|
import java.awt.*;
|
|
import java.util.List;
|
|
|
|
public class Main {
|
|
public void test(List<String> list) {
|
|
for(String s : li<caret>st) {
|
|
if(s == null)
|
|
}
|
|
System.out.println(s);
|
|
}
|
|
}
|
|
} |