There are a couple of bugs fixed already which sound similar. If you can try a snapshot version (see downloads page), and see if your problems are already fixed, that would be great.
On Mon, May 27, 2019 at 7:09 AM Grant Haywood <mrgranthayw...@gmail.com> wrote: > Hello; > Building my project on groovy 3.0 beta 1 causes an error I have not seen > before. > > -1: Access to java.lang.Object#D is forbidden @ line -1, column -1. > > The line information seems to be suppressed or lost > > D is declared typed at the top of the class > public KVData D > > it is assigned in the constructor > this.D = session.D > > and used in several methods, always in the form D.getMap(..... > > in session (where D is assigned from) it is also declared typed and public > public KVData D, M > > Has any one else had this type of issue with beta-1? > >