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 f9e5c6b commit f6fd401Copy full SHA for f6fd401
csharp/ql/test/utils/model-generator/NoSummaries.cs
@@ -60,4 +60,29 @@ public bool Equals(T? other)
60
{
61
return tainted;
62
}
63
+}
64
+
65
+// No methods in this class will have generated flow summaries as
66
+// simple types are used.
67
+public class SimpleTypes
68
+{
69
+ public bool M1(bool b)
70
+ {
71
+ return b;
72
+ }
73
74
+ public Boolean M2(Boolean b)
75
76
77
78
79
+ public int M3(int i)
80
81
+ return i;
82
83
84
+ public Int32 M4(Int32 i)
85
86
87
88
0 commit comments