Re: lambda reference to inner class in base class causes LambdaConversionException
On 06/19/2014 03:00 PM, Maurizio Cimadamore wrote: On 19/06/14 13:53, Remi Forax wrote: as you can see, javac generate an invokedynamic call with a Foo instead of a FooBase which I think is the correct behavior. You mean the other way around? oops, s/the correct/not the correct Maurizio
Re: lambda reference to inner class in base class causes LambdaConversionException
On 19/06/14 13:53, Remi Forax wrote: as you can see, javac generate an invokedynamic call with a Foo instead of a FooBase which I think is the correct behavior. You mean the other way around? Maurizio