There is a ';' at the end of dayOfWeek that should not be there. String dayOfWeek(int d) -> switch (d) { case 1 -> "SUNDAY"; case 2 -> "MONDAY"; ... }; // <---- should be removed
Rémi ----- Mail original ----- > De: "mark reinhold" <mark.reinh...@oracle.com> > À: "Alex Buckley" <alex.buck...@oracle.com> > Cc: "amber-spec-experts" <amber-spec-experts@openjdk.java.net> > Envoyé: Mercredi 19 Septembre 2018 20:54:46 > Objet: Re: New JEP: Concise Method Bodies > 2018/9/19 11:42:16 -0700, alex.buck...@oracle.com: >> https://bugs.openjdk.java.net/browse/JDK-8209434 > > Or, more readably: http://openjdk.java.net/jeps/8209434 > > - Mark