mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix for EA-234762 - CCE: StreamConversion.generateStreamSuggestions (IDEA-CR-65315)
GitOrigin-RevId: 7c04c7efa0523bfeeb7fa2932ec7e9535ca23425
This commit is contained in:
committed by
intellij-monorepo-bot
parent
605f21e3f8
commit
b8dc92e383
+7
@@ -0,0 +1,7 @@
|
||||
class C {
|
||||
String[] getArray() {return new String[0];}
|
||||
|
||||
void test() {
|
||||
getArray(.map<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user