// issue 2420: to trigger the problem 2 var/val, one normal variable and a anonymous self reference is requiredimportlombok.val;publicclassValAnonymousSubclassSelfReference{publicvoidtest(){inti=0;valj=1;valk=2;newValAnonymousSubclassSelfReference(){};}}