Limitations of the InteractionInstances: Lambda interface implementation with higher kinded types #253
Labels
known-issue
Issues that wont be addressed immediately but are documented using the issue tracking system
Implementing an interaction by creating an interface, instantiating the interface with a lambda, and then using the reflection API to create an
InteractionInstance
blows into a runtime exception WHEN the ingredients have a higher kinded type like List[A]. This is because the lambda instantiation of the interface erases the parametrized type. See example below:The text was updated successfully, but these errors were encountered: