mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
Skip some invalid/meaningless .stream().* completion suggestions (IDEA-243790)
GitOrigin-RevId: e02ac9f63fd6384ffe3f27f5c4825ddc3a5af58e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
890f8d34ed
commit
1ab76a3b95
+9
@@ -0,0 +1,9 @@
|
||||
class Foo {
|
||||
void foo(MyStream<String> list) {
|
||||
list.ma<caret>
|
||||
}
|
||||
}
|
||||
|
||||
class MyStream<T> {
|
||||
private java.util.stream.Stream<T> stream() {}
|
||||
}
|
||||
Reference in New Issue
Block a user