The problem you have is that `(Any, Any) -> Uni...
# announcements
k
The problem you have is that
(Any, Any) -> Unit
is not more general than
(String, String) -> Unit
, in fact it's more specific.