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?