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 262c28b commit 20cb5daCopy full SHA for 20cb5da
csharp/ql/test/utils/model-generator/typebasedflow/TypeBasedSummaries.cs
@@ -50,8 +50,8 @@ public class TypeBasedComplex<T> {
50
public TypeBasedComplex<S> MapComplex<S>(Func<T, S> f) { throw null; }
51
52
public TypeBasedComplex<T> Return(Func<T, TypeBasedComplex<T>> f) { throw null; }
53
- // Examples still not working:
54
- // public void Set(int x, Func<int, T> f) { throw null;}
+
+ public void Set(int x, Func<int, T> f) { throw null;}
55
}
56
57
// It is assumed that this is a collection with elements of type T.
0 commit comments