mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
remove wrong capture treatment: the completion result is incorrect (IDEA-155188)
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import java.util.stream.*;
|
||||
import java.util.*;
|
||||
|
||||
class Foo {
|
||||
void main(Stream<? super String> stream) {
|
||||
stream.collect(Collectors.toMap(o -> o.sub<caret>))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user