Re: [gwt-contrib] Re: Java10 support

2018-04-04 Thread Alexander Leshkin
> > > >> >>> Overall, I think most importantly the work shouldn't really be about >>> Java 10 per se, but rather preparation for Java 11 (the next LTS release) >>> in 6 months and the EOL of Java 8 in 9 months or so. In other words, I, for >>> one, don't really care whether GWT supports Java

Re: [gwt-contrib] Re: Java10 support

2018-04-04 Thread 'Roberto Lublinerman' via GWT Contributors
On Wed, Apr 4, 2018 at 12:36 AM Alexander Leshkin < alexander.lesh...@gmail.com> wrote: But for non-denotable types GWT compiler breaks with assertion. E.g. it > breaks for anonymous local class: > var tuple = new Object(){ int first, second; }; > > It's because type binding for this declaration l