We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84743ec commit 0c09f78Copy full SHA for 0c09f78
java/ql/test/utils/model-generator/typebasedflow/p/Stream.java
@@ -159,8 +159,8 @@ public Object[] toArray() {
159
return null;
160
}
161
162
- // Issue with model generator - no models are generated.
163
- // public <A> A[] toArray(IntFunction<A[]> generator) {
164
- // throw null;
165
- // }
+ // Models will only be partial correct as there is no mentioning of the type T.
+ public <A> A[] toArray(IntFunction<A[]> generator) {
+ return null;
+ }
166
0 commit comments