diff options
Diffstat (limited to 'tests/base/test116/Readme.txt')
-rw-r--r-- | tests/base/test116/Readme.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/base/test116/Readme.txt b/tests/base/test116/Readme.txt new file mode 100644 index 000000000..03ae9bc44 --- /dev/null +++ b/tests/base/test116/Readme.txt @@ -0,0 +1,21 @@ +Mode: VM Run +Title: empty and singular patterns on modifiers and throws + +This test identifies sets of methods based on the patterns on +modifiers and throws. + +If the modifier pattern is empty, then the constraint on +methods means "quantify over methods that may or may not have any +modifier". + +If the modifier pattern is a single value, +then the constraint means "quantify over methods that have that +modifier value". + +The same rule applies for pattern in the throws clause. + + + + + + |