Yup, we’ve mailed back and forth on this and it’s clear this is the problem.
Gj On Thu, 17 Dec 2020 at 12:49, Peter Hull <[email protected]> wrote: > I think it's the use of the variable name 'permits' that is causing the > error. The new sealed classes (see http://openjdk.java.net/jeps/360) > thing uses permits as part of the class definition. I think it ought to be > treated as a normal identifier when it's not part of class definition, but > maybe nb-javac is wrongly treating it as a keyword? > Anyway, as a work-around, if you rename 'permits' to something else the > error squiggles go away. >
