Skip to content

Commit a110219

Browse files
committed
Improve method documentation
1 parent b549205 commit a110219

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

java/ql/src/utils/GenerateFlowTestCase.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ class TestCase extends TTestCase {
269269
// out = new Type(filler, in, filler);
270270
// or
271271
// new Type(filler, in, out, filler);
272+
// or
273+
// in.method(filler, out, filler);
274+
// or
275+
// out.method(filler, in, filler);
272276
exists(string storePrefix, string invokePrefix, string args |
273277
(
274278
if

0 commit comments

Comments
 (0)