Improve method documentation

This commit is contained in:
Chris Smowton
2021-07-13 16:35:44 +01:00
parent b5492056d8
commit a11021991a

View File

@@ -269,6 +269,10 @@ class TestCase extends TTestCase {
// out = new Type(filler, in, filler);
// or
// new Type(filler, in, out, filler);
// or
// in.method(filler, out, filler);
// or
// out.method(filler, in, filler);
exists(string storePrefix, string invokePrefix, string args |
(
if