mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
Fixed handling of comments in forEach migration
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ public class Main {
|
||||
private void test() {
|
||||
List<String> other = new ArrayList<>();
|
||||
// c1
|
||||
//c2
|
||||
//c2
|
||||
other.stream().filter(s -> s.length() > 2).forEach(System.out::println);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user