diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |