mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
stream migration: reject collection conversion if qualifier depends on loop parameter (IDEA-135104)
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// "Replace with collect" "false"
|
||||
import java.util.List;
|
||||
|
||||
class A {
|
||||
void foo(List<List<String>> list) {
|
||||
for(List<String> l: li<caret>st) {
|
||||
l.add("");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user