Closed wouterv closed 9 years ago
First of all, thank you for reporting and for very detailed tests! That really saved some time on my side and helped me finding the issue faster. You rock!
Huh, this one was not easy :) It happened that we were doing some casting to full signature (that includes generic info) instead just to type name. I am running tests at the moment, so commit will come in few minutes.
Thank you again!
You're welcome!
When there is a method in the proxies interface:
And Bar is a concrete class, there will be an exception (see below). Removing the generic fixes the issue. See below for the test classes
Test code: