aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 332de4f..967738e 100644
--- a/README.md
+++ b/README.md
@@ -117,3 +117,6 @@ trait TraitWithCallback {
Note that since in order to be object-safe methods must not have generics,
dynamize simply moves the generic from the method to the trait definition.
+
+If two method type parameters have the same name, dynamize enforces that they
+also have the same bounds and only adds the parameter once to the trait.