fix for EA-234762 - CCE: StreamConversion.generateStreamSuggestions (IDEA-CR-65315)

GitOrigin-RevId: 7c04c7efa0523bfeeb7fa2932ec7e9535ca23425
This commit is contained in:
Peter Gromov
2020-07-22 15:08:59 +00:00
committed by intellij-monorepo-bot
parent 605f21e3f8
commit b8dc92e383
3 changed files with 9 additions and 4 deletions
@@ -0,0 +1,7 @@
class C {
String[] getArray() {return new String[0];}
void test() {
getArray(.map<caret>
}
}