interpolate does not accept generic lambdas
since today we support interpolation from a lambda expression. This fails if we pass in a generic lambda. The problem is, that we try to extract the type of the argument, which obviously is unspecified.
since today we support interpolation from a lambda expression. This fails if we pass in a generic lambda. The problem is, that we try to extract the type of the argument, which obviously is unspecified.