Generics does not work
Status: Beta
Brought to you by:
kaipe
When a callback declaration used generic type templates, such as ...
MyCallbackInterface<Whatever> callback
... then "callback" will be forwarded to all callback-elements that can produce an instance of MyCallbackInterface, regardless of whether the type-parameter is "Whatever" or not. This should be fixed so that only instances of the specified generic type will be exposed.